Shades of Medium Orchid #BB76CB
Tints of Medium Orchid #BB76CB
RGB
CMYK
RGB Variations
Color information
#BB76CB (or 0xBB76CB) is known color: 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
| RGB | 187 | 118 | 203 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.20 |
| HSL | 288.71º | 0.45% | 0.63% | - |
| HSV(B) | 288.71º | 0.42% | 0.8% | - |
| XYZ | 37.75 | 27.83 | 59.88 | - |
| YUV | 148.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 203 | 0.08 | 0.42 | 0 | 0.20 | 288.71 | 0.45 | 0.63 |
| Hex | BB | 76 | CB | 8 | 2A | 0 | 14 | 121 | 2D | 3F |
| Octal | 273 | 166 | 313 | 10 | 52 | 0 | 24 | 441 | 55 | 77 |
| Binary | 10111011 | 1110110 | 11001011 | 1000 | 101010 | 0 | 10100 | 100100001 | 101101 | 111111 |
Color Harmonies of #BB76CB
Complementary color
Monochromatic Colors of #BB76CB
Black with #BB76CB
Text Example
Text Example
White with #BB76CB
Text Example
Text Example
HTML Codes & Css Web 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>