Shades of Dark Orchid #BB2DDB
Tints of Dark Orchid #BB2DDB
RGB
CMYK
RGB Variations
Color information
#BB2DDB (or 0xBB2DDB) is known color: Dark Orchid. HEX triplet: BB, 2D and DB. RGB value is (187,45,219). Sum of RGB (Red+Green+Blue) = 187+45+219=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDB is #44D224. Grayscale: #6A6A6A. Windows color (decimal): -4510245 or 14364091. OLE color: 14364091.
HSL color Cylindrical-coordinate representation of color #BB2DDB: hue angle of 288.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2DDB is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 45 | 219 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.14 |
| HSL | 288.97º | 0.71% | 0.52% | - |
| HSV(B) | 288.97º | 0.79% | 0.86% | - |
| XYZ | 34.22 | 17.56 | 68.6 | - |
| YUV | 107.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 219 | 0.15 | 0.79 | 0 | 0.14 | 288.97 | 0.71 | 0.52 |
| Hex | BB | 2D | DB | F | 4F | 0 | E | 121 | 47 | 34 |
| Octal | 273 | 55 | 333 | 17 | 117 | 0 | 16 | 441 | 107 | 64 |
| Binary | 10111011 | 101101 | 11011011 | 1111 | 1001111 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BB2DDB
Complementary color
Monochromatic Colors of #BB2DDB
Black with #BB2DDB
Text Example
Text Example
White with #BB2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DDB; }
p { color: rgb(187,45,219); }
H1.HeaderClassName
{
color: #BB2DDB;
}
.AnyTagClassName
{
color: #BB2DDB;
}
</style>
background-color css
<style>
a { background-color: #BB2DDB; }
a { background-color: rgb(187,45,219); }
div.DivClassName
{
background-color: #BB2DDB;
}
.BgClassName
{
background-color: #BB2DDB;
}
</style>
border-color css
<style>
span { border-color: #BB2DDB; }
span { border-color: rgb(187,45,219); }
td.TdClassName
{
border-color: #BB2DDB;
}
.TagClassName
{
border-color: #BB2DDB;
}
</style>