#BE58D1

Color #BE58D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE58D1

Tints of Medium Orchid #BE58D1

Color information

#BE58D1 (or 0xBE58D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and D1. RGB value is (190,88,209). Sum of RGB (Red+Green+Blue) = 190+88+209=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58D1 is #41A72E. Grayscale: #838383. Windows color (decimal): -4302639 or 13719742. OLE color: 13719742.

HSL color Cylindrical-coordinate representation of color #BE58D1: hue angle of 290.58º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE58D1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19088209-
CMYK0.090.5800.18
HSL290.58º56.81%58.24%-
HSV(B)290.58º57.89%81.96%-
XYZ36.2322.5362.76-
YUV132.29171.29169.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 88 (34.77% from 255) = 18.07%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=39.01%
G=18.07%
B=42.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190882090.090.5800.18290.5856.8158.24
HexBE58D193A012123393a
Octal27613032111720224437172
Binary101111101011000110100011001111010010010100100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58D1; }

 p { color: rgb(190,88,209); }

 H1.HeaderClassName
 {
   color: #BE58D1;
 }
 .AnyTagClassName
 {
   color: #BE58D1;
 }
</style>
background-color css

<style>
 a { background-color: #BE58D1; }

 a { background-color: rgb(190,88,209); }

 div.DivClassName
 {
   background-color: #BE58D1;
 }
 .BgClassName
 {
   background-color: #BE58D1;
 }
</style>
border-color css

<style>
 span { border-color: #BE58D1; }

 span { border-color: rgb(190,88,209); }

 td.TdClassName
 {
   border-color: #BE58D1;
 }
 .TagClassName
 {
   border-color: #BE58D1;
 }
</style>