Shades of Dark Orchid #B024CE
Tints of Dark Orchid #B024CE
RGB
CMYK
RGB Variations
Color information
#B024CE (or 0xB024CE) is known color: Dark Orchid. HEX triplet: B0, 24 and CE. RGB value is (176,36,206). Sum of RGB (Red+Green+Blue) = 176+36+206=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B024CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024CE is #4FDB31. Grayscale: #606060. Windows color (decimal): -5233458 or 13509808. OLE color: 13509808.
HSL color Cylindrical-coordinate representation of color #B024CE: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024CE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 36 | 206 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.19 |
| HSL | 289.41º | 0.7% | 0.47% | - |
| HSV(B) | 289.41º | 0.83% | 0.81% | - |
| XYZ | 29.68 | 14.95 | 59.71 | - |
| YUV | 97.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 206 | 0.15 | 0.83 | 0 | 0.19 | 289.41 | 0.7 | 0.47 |
| Hex | B0 | 24 | CE | F | 53 | 0 | 13 | 121 | 46 | 2F |
| Octal | 260 | 44 | 316 | 17 | 123 | 0 | 23 | 441 | 106 | 57 |
| Binary | 10110000 | 100100 | 11001110 | 1111 | 1010011 | 0 | 10011 | 100100001 | 1000110 | 101111 |
Color Harmonies of #B024CE
Complementary color
Monochromatic Colors of #B024CE
Black with #B024CE
Text Example
Text Example
White with #B024CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024CE; }
p { color: rgb(176,36,206); }
H1.HeaderClassName
{
color: #B024CE;
}
.AnyTagClassName
{
color: #B024CE;
}
</style>
background-color css
<style>
a { background-color: #B024CE; }
a { background-color: rgb(176,36,206); }
div.DivClassName
{
background-color: #B024CE;
}
.BgClassName
{
background-color: #B024CE;
}
</style>
border-color css
<style>
span { border-color: #B024CE; }
span { border-color: rgb(176,36,206); }
td.TdClassName
{
border-color: #B024CE;
}
.TagClassName
{
border-color: #B024CE;
}
</style>