Shades of Dark Orchid #B024AD
Tints of Dark Orchid #B024AD
RGB
CMYK
RGB Variations
Color information
#B024AD (or 0xB024AD) is known color: Dark Orchid. HEX triplet: B0, 24 and AD. RGB value is (176,36,173). Sum of RGB (Red+Green+Blue) = 176+36+173=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B024AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024AD is #4FDB52. Grayscale: #5D5D5D. Windows color (decimal): -5233491 or 11347120. OLE color: 11347120.
HSL color Cylindrical-coordinate representation of color #B024AD: hue angle of 301.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024AD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 173 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.31 |
| HSL | 301.29º | 0.66% | 0.42% | - |
| HSV(B) | 301.29º | 0.8% | 0.69% | - |
| XYZ | 26.08 | 13.51 | 40.77 | - |
| YUV | 93.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 173 | 0 | 0.80 | 0.02 | 0.31 | 301.29 | 0.66 | 0.42 |
| Hex | B0 | 24 | AD | 0 | 50 | 2 | 1F | 12D | 42 | 2A |
| Octal | 260 | 44 | 255 | 0 | 120 | 2 | 37 | 455 | 102 | 52 |
| Binary | 10110000 | 100100 | 10101101 | 0 | 1010000 | 10 | 11111 | 100101101 | 1000010 | 101010 |
Color Harmonies of #B024AD
Complementary color
Monochromatic Colors of #B024AD
Black with #B024AD
Text Example
Text Example
White with #B024AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024AD; }
p { color: rgb(176,36,173); }
H1.HeaderClassName
{
color: #B024AD;
}
.AnyTagClassName
{
color: #B024AD;
}
</style>
background-color css
<style>
a { background-color: #B024AD; }
a { background-color: rgb(176,36,173); }
div.DivClassName
{
background-color: #B024AD;
}
.BgClassName
{
background-color: #B024AD;
}
</style>
border-color css
<style>
span { border-color: #B024AD; }
span { border-color: rgb(176,36,173); }
td.TdClassName
{
border-color: #B024AD;
}
.TagClassName
{
border-color: #B024AD;
}
</style>