Shades of Dark Orchid #B024ED
Tints of Dark Orchid #B024ED
RGB
CMYK
RGB Variations
Color information
#B024ED (or 0xB024ED) is known color: Dark Orchid. HEX triplet: B0, 24 and ED. RGB value is (176,36,237). Sum of RGB (Red+Green+Blue) = 176+36+237=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #B024ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024ED is #4FDB12. Grayscale: #646464. Windows color (decimal): -5233427 or 15541424. OLE color: 15541424.
HSL color Cylindrical-coordinate representation of color #B024ED: hue angle of 281.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B024ED is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 36 | 237 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.07 |
| HSL | 281.79º | 0.85% | 0.54% | - |
| HSV(B) | 281.79º | 0.85% | 0.93% | - |
| XYZ | 33.82 | 16.61 | 81.54 | - |
| YUV | 100.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 237 | 0.26 | 0.85 | 0 | 0.07 | 281.79 | 0.85 | 0.54 |
| Hex | B0 | 24 | ED | 1A | 55 | 0 | 7 | 11A | 55 | 36 |
| Octal | 260 | 44 | 355 | 32 | 125 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110000 | 100100 | 11101101 | 11010 | 1010101 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B024ED
Complementary color
Monochromatic Colors of #B024ED
Black with #B024ED
Text Example
Text Example
White with #B024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024ED; }
p { color: rgb(176,36,237); }
H1.HeaderClassName
{
color: #B024ED;
}
.AnyTagClassName
{
color: #B024ED;
}
</style>
background-color css
<style>
a { background-color: #B024ED; }
a { background-color: rgb(176,36,237); }
div.DivClassName
{
background-color: #B024ED;
}
.BgClassName
{
background-color: #B024ED;
}
</style>
border-color css
<style>
span { border-color: #B024ED; }
span { border-color: rgb(176,36,237); }
td.TdClassName
{
border-color: #B024ED;
}
.TagClassName
{
border-color: #B024ED;
}
</style>