Shades of Dark Orchid #B024EA
Tints of Dark Orchid #B024EA
RGB
CMYK
RGB Variations
Color information
#B024EA (or 0xB024EA) is known color: Dark Orchid. HEX triplet: B0, 24 and EA. RGB value is (176,36,234). Sum of RGB (Red+Green+Blue) = 176+36+234=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #B024EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024EA is #4FDB15. Grayscale: #636363. Windows color (decimal): -5233430 or 15344816. OLE color: 15344816.
HSL color Cylindrical-coordinate representation of color #B024EA: hue angle of 282.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B024EA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 36 | 234 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.08 |
| HSL | 282.42º | 0.83% | 0.53% | - |
| HSV(B) | 282.42º | 0.85% | 0.92% | - |
| XYZ | 33.39 | 16.43 | 79.25 | - |
| YUV | 100.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 234 | 0.25 | 0.85 | 0 | 0.08 | 282.42 | 0.83 | 0.53 |
| Hex | B0 | 24 | EA | 19 | 55 | 0 | 8 | 11A | 52 | 35 |
| Octal | 260 | 44 | 352 | 31 | 125 | 0 | 10 | 432 | 122 | 65 |
| Binary | 10110000 | 100100 | 11101010 | 11001 | 1010101 | 0 | 1000 | 100011010 | 1010010 | 110101 |
Color Harmonies of #B024EA
Complementary color
Monochromatic Colors of #B024EA
Black with #B024EA
Text Example
Text Example
White with #B024EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024EA; }
p { color: rgb(176,36,234); }
H1.HeaderClassName
{
color: #B024EA;
}
.AnyTagClassName
{
color: #B024EA;
}
</style>
background-color css
<style>
a { background-color: #B024EA; }
a { background-color: rgb(176,36,234); }
div.DivClassName
{
background-color: #B024EA;
}
.BgClassName
{
background-color: #B024EA;
}
</style>
border-color css
<style>
span { border-color: #B024EA; }
span { border-color: rgb(176,36,234); }
td.TdClassName
{
border-color: #B024EA;
}
.TagClassName
{
border-color: #B024EA;
}
</style>