Shades of Dark Orchid #BB2DCC
Tints of Dark Orchid #BB2DCC
RGB
CMYK
RGB Variations
Color information
#BB2DCC (or 0xBB2DCC) is known color: Dark Orchid. HEX triplet: BB, 2D and CC. RGB value is (187,45,204). Sum of RGB (Red+Green+Blue) = 187+45+204=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DCC is #44D233. Grayscale: #696969. Windows color (decimal): -4510260 or 13381051. OLE color: 13381051.
HSL color Cylindrical-coordinate representation of color #BB2DCC: hue angle of 293.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2DCC is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 45 | 204 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.2 |
| HSL | 293.58º | 0.64% | 0.49% | - |
| HSV(B) | 293.58º | 0.78% | 0.8% | - |
| XYZ | 32.33 | 16.8 | 58.67 | - |
| YUV | 105.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 204 | 0.08 | 0.78 | 0 | 0.2 | 293.58 | 0.64 | 0.49 |
| Hex | BB | 2D | CC | 8 | 4E | 0 | 14 | 126 | 40 | 31 |
| Octal | 273 | 55 | 314 | 10 | 116 | 0 | 24 | 446 | 100 | 61 |
| Binary | 10111011 | 101101 | 11001100 | 1000 | 1001110 | 0 | 10100 | 100100110 | 1000000 | 110001 |
Color Harmonies of #BB2DCC
Complementary color
Monochromatic Colors of #BB2DCC
Black with #BB2DCC
Text Example
Text Example
White with #BB2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DCC; }
p { color: rgb(187,45,204); }
H1.HeaderClassName
{
color: #BB2DCC;
}
.AnyTagClassName
{
color: #BB2DCC;
}
</style>
background-color css
<style>
a { background-color: #BB2DCC; }
a { background-color: rgb(187,45,204); }
div.DivClassName
{
background-color: #BB2DCC;
}
.BgClassName
{
background-color: #BB2DCC;
}
</style>
border-color css
<style>
span { border-color: #BB2DCC; }
span { border-color: rgb(187,45,204); }
td.TdClassName
{
border-color: #BB2DCC;
}
.TagClassName
{
border-color: #BB2DCC;
}
</style>