Shades of Dark Orchid #B024B8
Tints of Dark Orchid #B024B8
RGB
CMYK
RGB Variations
Color information
#B024B8 (or 0xB024B8) is known color: Dark Orchid. HEX triplet: B0, 24 and B8. RGB value is (176,36,184). Sum of RGB (Red+Green+Blue) = 176+36+184=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #B024B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024B8 is #4FDB47. Grayscale: #5E5E5E. Windows color (decimal): -5233480 or 12068016. OLE color: 12068016.
HSL color Cylindrical-coordinate representation of color #B024B8: hue angle of 296.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024B8 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 36 | 184 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.28 |
| HSL | 296.76º | 0.67% | 0.43% | - |
| HSV(B) | 296.76º | 0.8% | 0.72% | - |
| XYZ | 27.19 | 13.95 | 46.61 | - |
| YUV | 94.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 184 | 0.04 | 0.80 | 0 | 0.28 | 296.76 | 0.67 | 0.43 |
| Hex | B0 | 24 | B8 | 4 | 50 | 0 | 1C | 129 | 43 | 2B |
| Octal | 260 | 44 | 270 | 4 | 120 | 0 | 34 | 451 | 103 | 53 |
| Binary | 10110000 | 100100 | 10111000 | 100 | 1010000 | 0 | 11100 | 100101001 | 1000011 | 101011 |
Color Harmonies of #B024B8
Complementary color
Monochromatic Colors of #B024B8
Black with #B024B8
Text Example
Text Example
White with #B024B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024B8; }
p { color: rgb(176,36,184); }
H1.HeaderClassName
{
color: #B024B8;
}
.AnyTagClassName
{
color: #B024B8;
}
</style>
background-color css
<style>
a { background-color: #B024B8; }
a { background-color: rgb(176,36,184); }
div.DivClassName
{
background-color: #B024B8;
}
.BgClassName
{
background-color: #B024B8;
}
</style>
border-color css
<style>
span { border-color: #B024B8; }
span { border-color: rgb(176,36,184); }
td.TdClassName
{
border-color: #B024B8;
}
.TagClassName
{
border-color: #B024B8;
}
</style>