Shades of Dark Orchid #BB2BDB
Tints of Dark Orchid #BB2BDB
RGB
CMYK
RGB Variations
Color information
#BB2BDB (or 0xBB2BDB) is known color: Dark Orchid. HEX triplet: BB, 2B and DB. RGB value is (187,43,219). Sum of RGB (Red+Green+Blue) = 187+43+219=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BDB is #44D424. Grayscale: #696969. Windows color (decimal): -4510757 or 14363579. OLE color: 14363579.
HSL color Cylindrical-coordinate representation of color #BB2BDB: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2BDB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 43 | 219 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 289.09º | 0.71% | 0.51% | - |
| HSV(B) | 289.09º | 0.8% | 0.86% | - |
| XYZ | 34.14 | 17.41 | 68.58 | - |
| YUV | 106.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 219 | 0.15 | 0.80 | 0 | 0.14 | 289.09 | 0.71 | 0.51 |
| Hex | BB | 2B | DB | F | 50 | 0 | E | 121 | 47 | 33 |
| Octal | 273 | 53 | 333 | 17 | 120 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111011 | 101011 | 11011011 | 1111 | 1010000 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BB2BDB
Complementary color
Monochromatic Colors of #BB2BDB
Black with #BB2BDB
Text Example
Text Example
White with #BB2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2BDB; }
p { color: rgb(187,43,219); }
H1.HeaderClassName
{
color: #BB2BDB;
}
.AnyTagClassName
{
color: #BB2BDB;
}
</style>
background-color css
<style>
a { background-color: #BB2BDB; }
a { background-color: rgb(187,43,219); }
div.DivClassName
{
background-color: #BB2BDB;
}
.BgClassName
{
background-color: #BB2BDB;
}
</style>
border-color css
<style>
span { border-color: #BB2BDB; }
span { border-color: rgb(187,43,219); }
td.TdClassName
{
border-color: #BB2BDB;
}
.TagClassName
{
border-color: #BB2BDB;
}
</style>