Shades of Dark Orchid #BC24DB
Tints of Dark Orchid #BC24DB
RGB
CMYK
RGB Variations
Color information
#BC24DB (or 0xBC24DB) is known color: Dark Orchid. HEX triplet: BC, 24 and DB. RGB value is (188,36,219). Sum of RGB (Red+Green+Blue) = 188+36+219=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24DB is #43DB24. Grayscale: #656565. Windows color (decimal): -4447013 or 14361788. OLE color: 14361788.
HSL color Cylindrical-coordinate representation of color #BC24DB: hue angle of 289.84º 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 #BC24DB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 36 | 219 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.14 |
| HSL | 289.84º | 0.72% | 0.5% | - |
| HSV(B) | 289.84º | 0.84% | 0.86% | - |
| XYZ | 34.16 | 17.07 | 68.51 | - |
| YUV | 102.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 219 | 0.14 | 0.84 | 0 | 0.14 | 289.84 | 0.72 | 0.5 |
| Hex | BC | 24 | DB | E | 54 | 0 | E | 122 | 48 | 32 |
| Octal | 274 | 44 | 333 | 16 | 124 | 0 | 16 | 442 | 110 | 62 |
| Binary | 10111100 | 100100 | 11011011 | 1110 | 1010100 | 0 | 1110 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BC24DB
Complementary color
Monochromatic Colors of #BC24DB
Black with #BC24DB
Text Example
Text Example
White with #BC24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24DB; }
p { color: rgb(188,36,219); }
H1.HeaderClassName
{
color: #BC24DB;
}
.AnyTagClassName
{
color: #BC24DB;
}
</style>
background-color css
<style>
a { background-color: #BC24DB; }
a { background-color: rgb(188,36,219); }
div.DivClassName
{
background-color: #BC24DB;
}
.BgClassName
{
background-color: #BC24DB;
}
</style>
border-color css
<style>
span { border-color: #BC24DB; }
span { border-color: rgb(188,36,219); }
td.TdClassName
{
border-color: #BC24DB;
}
.TagClassName
{
border-color: #BC24DB;
}
</style>