Shades of Dark Orchid #B024B5
Tints of Dark Orchid #B024B5
RGB
CMYK
RGB Variations
Color information
#B024B5 (or 0xB024B5) is known color: Dark Orchid. HEX triplet: B0, 24 and B5. RGB value is (176,36,181). Sum of RGB (Red+Green+Blue) = 176+36+181=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #B024B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024B5 is #4FDB4A. Grayscale: #5D5D5D. Windows color (decimal): -5233483 or 11871408. OLE color: 11871408.
HSL color Cylindrical-coordinate representation of color #B024B5: hue angle of 297.93º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024B5 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 36 | 181 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.29 |
| HSL | 297.93º | 0.67% | 0.43% | - |
| HSV(B) | 297.93º | 0.8% | 0.71% | - |
| XYZ | 26.88 | 13.83 | 44.97 | - |
| YUV | 94.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 181 | 0.03 | 0.80 | 0 | 0.29 | 297.93 | 0.67 | 0.43 |
| Hex | B0 | 24 | B5 | 3 | 50 | 0 | 1D | 12A | 43 | 2B |
| Octal | 260 | 44 | 265 | 3 | 120 | 0 | 35 | 452 | 103 | 53 |
| Binary | 10110000 | 100100 | 10110101 | 11 | 1010000 | 0 | 11101 | 100101010 | 1000011 | 101011 |
Color Harmonies of #B024B5
Complementary color
Monochromatic Colors of #B024B5
Black with #B024B5
Text Example
Text Example
White with #B024B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024B5; }
p { color: rgb(176,36,181); }
H1.HeaderClassName
{
color: #B024B5;
}
.AnyTagClassName
{
color: #B024B5;
}
</style>
background-color css
<style>
a { background-color: #B024B5; }
a { background-color: rgb(176,36,181); }
div.DivClassName
{
background-color: #B024B5;
}
.BgClassName
{
background-color: #B024B5;
}
</style>
border-color css
<style>
span { border-color: #B024B5; }
span { border-color: rgb(176,36,181); }
td.TdClassName
{
border-color: #B024B5;
}
.TagClassName
{
border-color: #B024B5;
}
</style>