Shades of Dark Orchid #B024D8
Tints of Dark Orchid #B024D8
RGB
CMYK
RGB Variations
Color information
#B024D8 (or 0xB024D8) is known color: Dark Orchid. HEX triplet: B0, 24 and D8. RGB value is (176,36,216). Sum of RGB (Red+Green+Blue) = 176+36+216=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #B024D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024D8 is #4FDB27. Grayscale: #616161. Windows color (decimal): -5233448 or 14165168. OLE color: 14165168.
HSL color Cylindrical-coordinate representation of color #B024D8: hue angle of 286.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024D8 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 36 | 216 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.15 |
| HSL | 286.67º | 0.71% | 0.49% | - |
| HSV(B) | 286.67º | 0.83% | 0.85% | - |
| XYZ | 30.93 | 15.45 | 66.32 | - |
| YUV | 98.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 216 | 0.19 | 0.83 | 0 | 0.15 | 286.67 | 0.71 | 0.49 |
| Hex | B0 | 24 | D8 | 13 | 53 | 0 | F | 11F | 47 | 31 |
| Octal | 260 | 44 | 330 | 23 | 123 | 0 | 17 | 437 | 107 | 61 |
| Binary | 10110000 | 100100 | 11011000 | 10011 | 1010011 | 0 | 1111 | 100011111 | 1000111 | 110001 |
Color Harmonies of #B024D8
Complementary color
Monochromatic Colors of #B024D8
Black with #B024D8
Text Example
Text Example
White with #B024D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024D8; }
p { color: rgb(176,36,216); }
H1.HeaderClassName
{
color: #B024D8;
}
.AnyTagClassName
{
color: #B024D8;
}
</style>
background-color css
<style>
a { background-color: #B024D8; }
a { background-color: rgb(176,36,216); }
div.DivClassName
{
background-color: #B024D8;
}
.BgClassName
{
background-color: #B024D8;
}
</style>
border-color css
<style>
span { border-color: #B024D8; }
span { border-color: rgb(176,36,216); }
td.TdClassName
{
border-color: #B024D8;
}
.TagClassName
{
border-color: #B024D8;
}
</style>