#BB56CD

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

Shades of Medium Orchid #BB56CD

Tints of Medium Orchid #BB56CD

Color information

#BB56CD (or 0xBB56CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 56 and CD. RGB value is (187,86,205). Sum of RGB (Red+Green+Blue) = 187+86+205=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB56CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56CD is #44A932. Grayscale: #818181. Windows color (decimal): -4499763 or 13457083. OLE color: 13457083.

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

Color convert

RGB18786205-
CMYK0.090.5800.20
HSL290.92º54.34%57.06%-
HSV(B)290.92º58.05%80.39%-
XYZ34.8421.6360.1-
YUV129.76170.46168.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 86 (33.98% from 255) = 17.99%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=39.12%
G=17.99%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187862050.090.5800.20290.9254.3457.06
HexBB56CD93A0141233639
Octal27312631511720244436671
Binary101110111010110110011011001111010010100100100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56CD; }

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

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

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

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

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

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

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

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