#BE5DCB

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

Shades of Medium Orchid #BE5DCB

Tints of Medium Orchid #BE5DCB

Color information

#BE5DCB (or 0xBE5DCB) is unknown color: approx Medium Orchid. HEX triplet: BE, 5D and CB. RGB value is (190,93,203). Sum of RGB (Red+Green+Blue) = 190+93+203=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DCB is #41A234. Grayscale: #868686. Windows color (decimal): -4301365 or 13327806. OLE color: 13327806.

HSL color Cylindrical-coordinate representation of color #BE5DCB: hue angle of 292.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5DCB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19093203-
CMYK0.060.5400.20
HSL292.91º51.4%58.04%-
HSV(B)292.91º54.19%79.61%-
XYZ35.9323.0959.06-
YUV134.54166.64167.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 93 (36.72% from 255) = 19.14%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=39.09%
G=19.14%
B=41.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190932030.060.5400.20292.9151.458.04
HexBE5DCB636014125333a
Octal2761353136660244456372
Binary10111110101110111001011110110110010100100100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5DCB; }

 p { color: rgb(190,93,203); }

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

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

 a { background-color: rgb(190,93,203); }

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

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

 span { border-color: rgb(190,93,203); }

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