#BB5ECD

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

Shades of Medium Orchid #BB5ECD

Tints of Medium Orchid #BB5ECD

Color information

#BB5ECD (or 0xBB5ECD) is unknown color: approx Medium Orchid. HEX triplet: BB, 5E and CD. RGB value is (187,94,205). Sum of RGB (Red+Green+Blue) = 187+94+205=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECD is #44A132. Grayscale: #868686. Windows color (decimal): -4497715 or 13459131. OLE color: 13459131.

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

Color convert

RGB18794205-
CMYK0.090.5400.20
HSL290.27º52.61%58.63%-
HSV(B)290.27º54.15%80.39%-
XYZ35.5222.9860.32-
YUV134.46167.81165.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=38.48%
G=19.34%
B=42.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187942050.090.5400.20290.2752.6158.63
HexBB5ECD936014122353b
Octal27313631511660244426573
Binary101110111011110110011011001110110010100100100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5ECD; }

 p { color: rgb(187,94,205); }

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

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

 a { background-color: rgb(187,94,205); }

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

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

 span { border-color: rgb(187,94,205); }

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