Shades of Dark Orchid #BD29DB
Tints of Dark Orchid #BD29DB
RGB
CMYK
RGB Variations
Color information
#BD29DB (or 0xBD29DB) is known color: Dark Orchid. HEX triplet: BD, 29 and DB. RGB value is (189,41,219). Sum of RGB (Red+Green+Blue) = 189+41+219=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 41 (16.41% from 255 or 9.13% 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 #BD29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DB is #42D624. Grayscale: #686868. Windows color (decimal): -4380197 or 14363069. OLE color: 14363069.
HSL color Cylindrical-coordinate representation of color #BD29DB: hue angle of 289.89º 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 #BD29DB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 41 | 219 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.89º | 0.71% | 0.51% | - |
| HSV(B) | 289.89º | 0.81% | 0.86% | - |
| XYZ | 34.57 | 17.52 | 68.58 | - |
| YUV | 105.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 219 | 0.14 | 0.81 | 0 | 0.14 | 289.89 | 0.71 | 0.51 |
| Hex | BD | 29 | DB | E | 51 | 0 | E | 122 | 47 | 33 |
| Octal | 275 | 51 | 333 | 16 | 121 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111101 | 101001 | 11011011 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BD29DB
Complementary color
Monochromatic Colors of #BD29DB
Black with #BD29DB
Text Example
Text Example
White with #BD29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29DB; }
p { color: rgb(189,41,219); }
H1.HeaderClassName
{
color: #BD29DB;
}
.AnyTagClassName
{
color: #BD29DB;
}
</style>
background-color css
<style>
a { background-color: #BD29DB; }
a { background-color: rgb(189,41,219); }
div.DivClassName
{
background-color: #BD29DB;
}
.BgClassName
{
background-color: #BD29DB;
}
</style>
border-color css
<style>
span { border-color: #BD29DB; }
span { border-color: rgb(189,41,219); }
td.TdClassName
{
border-color: #BD29DB;
}
.TagClassName
{
border-color: #BD29DB;
}
</style>