Shades of Dark Orchid #B024DE
Tints of Dark Orchid #B024DE
RGB
CMYK
RGB Variations
Color information
#B024DE (or 0xB024DE) is known color: Dark Orchid. HEX triplet: B0, 24 and DE. RGB value is (176,36,222). Sum of RGB (Red+Green+Blue) = 176+36+222=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #B024DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024DE is #4FDB21. Grayscale: #626262. Windows color (decimal): -5233442 or 14558384. OLE color: 14558384.
HSL color Cylindrical-coordinate representation of color #B024DE: hue angle of 285.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B024DE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 36 | 222 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.13 |
| HSL | 285.16º | 0.74% | 0.51% | - |
| HSV(B) | 285.16º | 0.84% | 0.87% | - |
| XYZ | 31.72 | 15.77 | 70.48 | - |
| YUV | 99.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 222 | 0.21 | 0.84 | 0 | 0.13 | 285.16 | 0.74 | 0.51 |
| Hex | B0 | 24 | DE | 15 | 54 | 0 | D | 11D | 4A | 33 |
| Octal | 260 | 44 | 336 | 25 | 124 | 0 | 15 | 435 | 112 | 63 |
| Binary | 10110000 | 100100 | 11011110 | 10101 | 1010100 | 0 | 1101 | 100011101 | 1001010 | 110011 |
Color Harmonies of #B024DE
Complementary color
Monochromatic Colors of #B024DE
Black with #B024DE
Text Example
Text Example
White with #B024DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024DE; }
p { color: rgb(176,36,222); }
H1.HeaderClassName
{
color: #B024DE;
}
.AnyTagClassName
{
color: #B024DE;
}
</style>
background-color css
<style>
a { background-color: #B024DE; }
a { background-color: rgb(176,36,222); }
div.DivClassName
{
background-color: #B024DE;
}
.BgClassName
{
background-color: #B024DE;
}
</style>
border-color css
<style>
span { border-color: #B024DE; }
span { border-color: rgb(176,36,222); }
td.TdClassName
{
border-color: #B024DE;
}
.TagClassName
{
border-color: #B024DE;
}
</style>