Shades of Dark Orchid #BB2ACB
Tints of Dark Orchid #BB2ACB
RGB
CMYK
RGB Variations
Color information
#BB2ACB (or 0xBB2ACB) is known color: Dark Orchid. HEX triplet: BB, 2A and CB. RGB value is (187,42,203). Sum of RGB (Red+Green+Blue) = 187+42+203=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACB is #44D534. Grayscale: #676767. Windows color (decimal): -4511029 or 13314747. OLE color: 13314747.
HSL color Cylindrical-coordinate representation of color #BB2ACB: hue angle of 294.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2ACB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 42 | 203 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.20 |
| HSL | 294.04º | 0.66% | 0.48% | - |
| HSV(B) | 294.04º | 0.79% | 0.8% | - |
| XYZ | 32.1 | 16.53 | 58 | - |
| YUV | 103.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 203 | 0.08 | 0.79 | 0 | 0.20 | 294.04 | 0.66 | 0.48 |
| Hex | BB | 2A | CB | 8 | 4F | 0 | 14 | 126 | 42 | 30 |
| Octal | 273 | 52 | 313 | 10 | 117 | 0 | 24 | 446 | 102 | 60 |
| Binary | 10111011 | 101010 | 11001011 | 1000 | 1001111 | 0 | 10100 | 100100110 | 1000010 | 110000 |
Color Harmonies of #BB2ACB
Complementary color
Monochromatic Colors of #BB2ACB
Black with #BB2ACB
Text Example
Text Example
White with #BB2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2ACB; }
p { color: rgb(187,42,203); }
H1.HeaderClassName
{
color: #BB2ACB;
}
.AnyTagClassName
{
color: #BB2ACB;
}
</style>
background-color css
<style>
a { background-color: #BB2ACB; }
a { background-color: rgb(187,42,203); }
div.DivClassName
{
background-color: #BB2ACB;
}
.BgClassName
{
background-color: #BB2ACB;
}
</style>
border-color css
<style>
span { border-color: #BB2ACB; }
span { border-color: rgb(187,42,203); }
td.TdClassName
{
border-color: #BB2ACB;
}
.TagClassName
{
border-color: #BB2ACB;
}
</style>