Shades of Dark Orchid #BB29DB
Tints of Dark Orchid #BB29DB
RGB
CMYK
RGB Variations
Color information
#BB29DB (or 0xBB29DB) is known color: Dark Orchid. HEX triplet: BB, 29 and DB. RGB value is (187,41,219). Sum of RGB (Red+Green+Blue) = 187+41+219=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29DB is #44D624. Grayscale: #686868. Windows color (decimal): -4511269 or 14363067. OLE color: 14363067.
HSL color Cylindrical-coordinate representation of color #BB29DB: hue angle of 289.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB29DB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 41 | 219 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 289.21º | 0.71% | 0.51% | - |
| HSV(B) | 289.21º | 0.81% | 0.86% | - |
| XYZ | 34.07 | 17.27 | 68.55 | - |
| YUV | 104.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 219 | 0.15 | 0.81 | 0 | 0.14 | 289.21 | 0.71 | 0.51 |
| Hex | BB | 29 | DB | F | 51 | 0 | E | 121 | 47 | 33 |
| Octal | 273 | 51 | 333 | 17 | 121 | 0 | 16 | 441 | 107 | 63 |
| Binary | 10111011 | 101001 | 11011011 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1000111 | 110011 |
Color Harmonies of #BB29DB
Complementary color
Monochromatic Colors of #BB29DB
Black with #BB29DB
Text Example
Text Example
White with #BB29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29DB; }
p { color: rgb(187,41,219); }
H1.HeaderClassName
{
color: #BB29DB;
}
.AnyTagClassName
{
color: #BB29DB;
}
</style>
background-color css
<style>
a { background-color: #BB29DB; }
a { background-color: rgb(187,41,219); }
div.DivClassName
{
background-color: #BB29DB;
}
.BgClassName
{
background-color: #BB29DB;
}
</style>
border-color css
<style>
span { border-color: #BB29DB; }
span { border-color: rgb(187,41,219); }
td.TdClassName
{
border-color: #BB29DB;
}
.TagClassName
{
border-color: #BB29DB;
}
</style>