Shades of Dark Orchid #B024E1
Tints of Dark Orchid #B024E1
RGB
CMYK
RGB Variations
Color information
#B024E1 (or 0xB024E1) is known color: Dark Orchid. HEX triplet: B0, 24 and E1. RGB value is (176,36,225). Sum of RGB (Red+Green+Blue) = 176+36+225=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #B024E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024E1 is #4FDB1E. Grayscale: #626262. Windows color (decimal): -5233439 or 14754992. OLE color: 14754992.
HSL color Cylindrical-coordinate representation of color #B024E1: hue angle of 284.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B024E1 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 36 | 225 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.12 |
| HSL | 284.44º | 0.76% | 0.51% | - |
| HSV(B) | 284.44º | 0.84% | 0.88% | - |
| XYZ | 32.13 | 15.93 | 72.62 | - |
| YUV | 99.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 225 | 0.22 | 0.84 | 0 | 0.12 | 284.44 | 0.76 | 0.51 |
| Hex | B0 | 24 | E1 | 16 | 54 | 0 | C | 11C | 4C | 33 |
| Octal | 260 | 44 | 341 | 26 | 124 | 0 | 14 | 434 | 114 | 63 |
| Binary | 10110000 | 100100 | 11100001 | 10110 | 1010100 | 0 | 1100 | 100011100 | 1001100 | 110011 |
Color Harmonies of #B024E1
Complementary color
Monochromatic Colors of #B024E1
Black with #B024E1
Text Example
Text Example
White with #B024E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024E1; }
p { color: rgb(176,36,225); }
H1.HeaderClassName
{
color: #B024E1;
}
.AnyTagClassName
{
color: #B024E1;
}
</style>
background-color css
<style>
a { background-color: #B024E1; }
a { background-color: rgb(176,36,225); }
div.DivClassName
{
background-color: #B024E1;
}
.BgClassName
{
background-color: #B024E1;
}
</style>
border-color css
<style>
span { border-color: #B024E1; }
span { border-color: rgb(176,36,225); }
td.TdClassName
{
border-color: #B024E1;
}
.TagClassName
{
border-color: #B024E1;
}
</style>