Shades of Dark Orchid #BB2DCA
Tints of Dark Orchid #BB2DCA
RGB
CMYK
RGB Variations
Color information
#BB2DCA (or 0xBB2DCA) is known color: Dark Orchid. HEX triplet: BB, 2D and CA. RGB value is (187,45,202). Sum of RGB (Red+Green+Blue) = 187+45+202=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB2DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DCA is #44D235. Grayscale: #686868. Windows color (decimal): -4510262 or 13249979. OLE color: 13249979.
HSL color Cylindrical-coordinate representation of color #BB2DCA: hue angle of 294.27º 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 #BB2DCA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 45 | 202 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.21 |
| HSL | 294.27º | 0.64% | 0.48% | - |
| HSV(B) | 294.27º | 0.78% | 0.79% | - |
| XYZ | 32.09 | 16.71 | 57.41 | - |
| YUV | 105.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 202 | 0.07 | 0.78 | 0 | 0.21 | 294.27 | 0.64 | 0.48 |
| Hex | BB | 2D | CA | 7 | 4E | 0 | 15 | 126 | 40 | 30 |
| Octal | 273 | 55 | 312 | 7 | 116 | 0 | 25 | 446 | 100 | 60 |
| Binary | 10111011 | 101101 | 11001010 | 111 | 1001110 | 0 | 10101 | 100100110 | 1000000 | 110000 |
Color Harmonies of #BB2DCA
Complementary color
Monochromatic Colors of #BB2DCA
Black with #BB2DCA
Text Example
Text Example
White with #BB2DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DCA; }
p { color: rgb(187,45,202); }
H1.HeaderClassName
{
color: #BB2DCA;
}
.AnyTagClassName
{
color: #BB2DCA;
}
</style>
background-color css
<style>
a { background-color: #BB2DCA; }
a { background-color: rgb(187,45,202); }
div.DivClassName
{
background-color: #BB2DCA;
}
.BgClassName
{
background-color: #BB2DCA;
}
</style>
border-color css
<style>
span { border-color: #BB2DCA; }
span { border-color: rgb(187,45,202); }
td.TdClassName
{
border-color: #BB2DCA;
}
.TagClassName
{
border-color: #BB2DCA;
}
</style>