Shades of Dark Orchid #B024D9
Tints of Dark Orchid #B024D9
RGB
CMYK
RGB Variations
Color information
#B024D9 (or 0xB024D9) is known color: Dark Orchid. HEX triplet: B0, 24 and D9. RGB value is (176,36,217). Sum of RGB (Red+Green+Blue) = 176+36+217=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #B024D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024D9 is #4FDB26. Grayscale: #616161. Windows color (decimal): -5233447 or 14230704. OLE color: 14230704.
HSL color Cylindrical-coordinate representation of color #B024D9: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024D9 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 36 | 217 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.15 |
| HSL | 286.41º | 0.72% | 0.5% | - |
| HSV(B) | 286.41º | 0.83% | 0.85% | - |
| XYZ | 31.06 | 15.5 | 67 | - |
| YUV | 98.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 217 | 0.19 | 0.83 | 0 | 0.15 | 286.41 | 0.72 | 0.5 |
| Hex | B0 | 24 | D9 | 13 | 53 | 0 | F | 11E | 48 | 32 |
| Octal | 260 | 44 | 331 | 23 | 123 | 0 | 17 | 436 | 110 | 62 |
| Binary | 10110000 | 100100 | 11011001 | 10011 | 1010011 | 0 | 1111 | 100011110 | 1001000 | 110010 |
Color Harmonies of #B024D9
Complementary color
Monochromatic Colors of #B024D9
Black with #B024D9
Text Example
Text Example
White with #B024D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024D9; }
p { color: rgb(176,36,217); }
H1.HeaderClassName
{
color: #B024D9;
}
.AnyTagClassName
{
color: #B024D9;
}
</style>
background-color css
<style>
a { background-color: #B024D9; }
a { background-color: rgb(176,36,217); }
div.DivClassName
{
background-color: #B024D9;
}
.BgClassName
{
background-color: #B024D9;
}
</style>
border-color css
<style>
span { border-color: #B024D9; }
span { border-color: rgb(176,36,217); }
td.TdClassName
{
border-color: #B024D9;
}
.TagClassName
{
border-color: #B024D9;
}
</style>