Shades of Dark Orchid #BB2CCA
Tints of Dark Orchid #BB2CCA
RGB
CMYK
RGB Variations
Color information
#BB2CCA (or 0xBB2CCA) is known color: Dark Orchid. HEX triplet: BB, 2C and CA. RGB value is (187,44,202). Sum of RGB (Red+Green+Blue) = 187+44+202=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CCA is #44D335. Grayscale: #686868. Windows color (decimal): -4510518 or 13249723. OLE color: 13249723.
HSL color Cylindrical-coordinate representation of color #BB2CCA: hue angle of 294.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2CCA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 44 | 202 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.21 |
| HSL | 294.3º | 0.64% | 0.48% | - |
| HSV(B) | 294.3º | 0.78% | 0.79% | - |
| XYZ | 32.05 | 16.63 | 57.4 | - |
| YUV | 104.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 202 | 0.07 | 0.78 | 0 | 0.21 | 294.3 | 0.64 | 0.48 |
| Hex | BB | 2C | CA | 7 | 4E | 0 | 15 | 126 | 40 | 30 |
| Octal | 273 | 54 | 312 | 7 | 116 | 0 | 25 | 446 | 100 | 60 |
| Binary | 10111011 | 101100 | 11001010 | 111 | 1001110 | 0 | 10101 | 100100110 | 1000000 | 110000 |
Color Harmonies of #BB2CCA
Complementary color
Monochromatic Colors of #BB2CCA
Black with #BB2CCA
Text Example
Text Example
White with #BB2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CCA; }
p { color: rgb(187,44,202); }
H1.HeaderClassName
{
color: #BB2CCA;
}
.AnyTagClassName
{
color: #BB2CCA;
}
</style>
background-color css
<style>
a { background-color: #BB2CCA; }
a { background-color: rgb(187,44,202); }
div.DivClassName
{
background-color: #BB2CCA;
}
.BgClassName
{
background-color: #BB2CCA;
}
</style>
border-color css
<style>
span { border-color: #BB2CCA; }
span { border-color: rgb(187,44,202); }
td.TdClassName
{
border-color: #BB2CCA;
}
.TagClassName
{
border-color: #BB2CCA;
}
</style>