#BB56CC

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

Shades of Medium Orchid #BB56CC

Tints of Medium Orchid #BB56CC

Color information

#BB56CC (or 0xBB56CC) is unknown color: approx Medium Orchid. HEX triplet: BB, 56 and CC. RGB value is (187,86,204). Sum of RGB (Red+Green+Blue) = 187+86+204=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB56CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56CC is #44A933. Grayscale: #818181. Windows color (decimal): -4499764 or 13391547. OLE color: 13391547.

HSL color Cylindrical-coordinate representation of color #BB56CC: hue angle of 291.36º 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 #BB56CC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18786204-
CMYK0.080.5800.2
HSL291.36º53.64%56.86%-
HSV(B)291.36º57.84%80%-
XYZ34.7221.5859.46-
YUV129.65169.96168.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=39.20%
G=18.03%
B=42.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal187862040.080.5800.2291.3653.6456.86
HexBB56CC83A0141233639
Octal27312631410720244436671
Binary101110111010110110011001000111010010100100100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB56CC; }

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

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

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

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

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

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

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

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