Shades of Dark Orchid #BD24DB
Tints of Dark Orchid #BD24DB
RGB
CMYK
RGB Variations
Color information
#BD24DB (or 0xBD24DB) is known color: Dark Orchid. HEX triplet: BD, 24 and DB. RGB value is (189,36,219). Sum of RGB (Red+Green+Blue) = 189+36+219=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24DB is #42DB24. Grayscale: #666666. Windows color (decimal): -4381477 or 14361789. OLE color: 14361789.
HSL color Cylindrical-coordinate representation of color #BD24DB: hue angle of 290.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD24DB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 36 | 219 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.14 |
| HSL | 290.16º | 0.72% | 0.5% | - |
| HSV(B) | 290.16º | 0.84% | 0.86% | - |
| XYZ | 34.4 | 17.2 | 68.52 | - |
| YUV | 102.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 219 | 0.14 | 0.84 | 0 | 0.14 | 290.16 | 0.72 | 0.5 |
| Hex | BD | 24 | DB | E | 54 | 0 | E | 122 | 48 | 32 |
| Octal | 275 | 44 | 333 | 16 | 124 | 0 | 16 | 442 | 110 | 62 |
| Binary | 10111101 | 100100 | 11011011 | 1110 | 1010100 | 0 | 1110 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BD24DB
Complementary color
Monochromatic Colors of #BD24DB
Black with #BD24DB
Text Example
Text Example
White with #BD24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24DB; }
p { color: rgb(189,36,219); }
H1.HeaderClassName
{
color: #BD24DB;
}
.AnyTagClassName
{
color: #BD24DB;
}
</style>
background-color css
<style>
a { background-color: #BD24DB; }
a { background-color: rgb(189,36,219); }
div.DivClassName
{
background-color: #BD24DB;
}
.BgClassName
{
background-color: #BD24DB;
}
</style>
border-color css
<style>
span { border-color: #BD24DB; }
span { border-color: rgb(189,36,219); }
td.TdClassName
{
border-color: #BD24DB;
}
.TagClassName
{
border-color: #BD24DB;
}
</style>