Shades of Dark Orchid #B024DD
Tints of Dark Orchid #B024DD
RGB
CMYK
RGB Variations
Color information
#B024DD (or 0xB024DD) is known color: Dark Orchid. HEX triplet: B0, 24 and DD. RGB value is (176,36,221). Sum of RGB (Red+Green+Blue) = 176+36+221=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B024DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DD is #4FDB22. Grayscale: #626262. Windows color (decimal): -5233443 or 14492848. OLE color: 14492848.
HSL color Cylindrical-coordinate representation of color #B024DD: hue angle of 285.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B024DD is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 36 | 221 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.13 |
| HSL | 285.41º | 0.73% | 0.5% | - |
| HSV(B) | 285.41º | 0.84% | 0.87% | - |
| XYZ | 31.59 | 15.71 | 69.77 | - |
| YUV | 98.95 | 196.88 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 221 | 0.20 | 0.84 | 0 | 0.13 | 285.41 | 0.73 | 0.5 |
| Hex | B0 | 24 | DD | 14 | 54 | 0 | D | 11D | 49 | 32 |
| Octal | 260 | 44 | 335 | 24 | 124 | 0 | 15 | 435 | 111 | 62 |
| Binary | 10110000 | 100100 | 11011101 | 10100 | 1010100 | 0 | 1101 | 100011101 | 1001001 | 110010 |
Color Harmonies of #B024DD
Complementary color
Monochromatic Colors of #B024DD
Black with #B024DD
Text Example
Text Example
White with #B024DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024DD; }
p { color: rgb(176,36,221); }
H1.HeaderClassName
{
color: #B024DD;
}
.AnyTagClassName
{
color: #B024DD;
}
</style>
background-color css
<style>
a { background-color: #B024DD; }
a { background-color: rgb(176,36,221); }
div.DivClassName
{
background-color: #B024DD;
}
.BgClassName
{
background-color: #B024DD;
}
</style>
border-color css
<style>
span { border-color: #B024DD; }
span { border-color: rgb(176,36,221); }
td.TdClassName
{
border-color: #B024DD;
}
.TagClassName
{
border-color: #B024DD;
}
</style>