#BB76CB

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

Shades of Medium Orchid #BB76CB

Tints of Medium Orchid #BB76CB

Color information

#BB76CB (or 0xBB76CB) is unknown color: approx Medium Orchid. HEX triplet: BB, 76 and CB. RGB value is (187,118,203). Sum of RGB (Red+Green+Blue) = 187+118+203=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76CB is #448934. Grayscale: #949494. Windows color (decimal): -4491573 or 13334203. OLE color: 13334203.

HSL color Cylindrical-coordinate representation of color #BB76CB: hue angle of 288.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB76CB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187118203-
CMYK0.080.4200.20
HSL288.71º44.97%62.94%-
HSV(B)288.71º41.87%79.61%-
XYZ37.7527.8359.88-
YUV148.32158.86155.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=36.81%
G=23.23%
B=39.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871182030.080.4200.20288.7144.9762.94
HexBB76CB82A0141212d3f
Octal27316631310520244415577
Binary101110111110110110010111000101010010100100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76CB; }

 p { color: rgb(187,118,203); }

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

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

 a { background-color: rgb(187,118,203); }

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

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

 span { border-color: rgb(187,118,203); }

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