Shades of Dark Orchid #BB2BDC
Tints of Dark Orchid #BB2BDC
RGB
CMYK
RGB Variations
Color information
#BB2BDC (or 0xBB2BDC) is known color: Dark Orchid. HEX triplet: BB, 2B and DC. RGB value is (187,43,220). Sum of RGB (Red+Green+Blue) = 187+43+220=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BDC is #44D423. Grayscale: #696969. Windows color (decimal): -4510756 or 14429115. OLE color: 14429115.
HSL color Cylindrical-coordinate representation of color #BB2BDC: hue angle of 288.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2BDC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 43 | 220 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 288.81º | 0.72% | 0.52% | - |
| HSV(B) | 288.81º | 0.8% | 0.86% | - |
| XYZ | 34.28 | 17.46 | 69.27 | - |
| YUV | 106.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 220 | 0.15 | 0.80 | 0 | 0.14 | 288.81 | 0.72 | 0.52 |
| Hex | BB | 2B | DC | F | 50 | 0 | E | 121 | 48 | 34 |
| Octal | 273 | 53 | 334 | 17 | 120 | 0 | 16 | 441 | 110 | 64 |
| Binary | 10111011 | 101011 | 11011100 | 1111 | 1010000 | 0 | 1110 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BB2BDC
Complementary color
Monochromatic Colors of #BB2BDC
Black with #BB2BDC
Text Example
Text Example
White with #BB2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2BDC; }
p { color: rgb(187,43,220); }
H1.HeaderClassName
{
color: #BB2BDC;
}
.AnyTagClassName
{
color: #BB2BDC;
}
</style>
background-color css
<style>
a { background-color: #BB2BDC; }
a { background-color: rgb(187,43,220); }
div.DivClassName
{
background-color: #BB2BDC;
}
.BgClassName
{
background-color: #BB2BDC;
}
</style>
border-color css
<style>
span { border-color: #BB2BDC; }
span { border-color: rgb(187,43,220); }
td.TdClassName
{
border-color: #BB2BDC;
}
.TagClassName
{
border-color: #BB2BDC;
}
</style>