Shades of Dark Orchid #B024AC
Tints of Dark Orchid #B024AC
RGB
CMYK
RGB Variations
Color information
#B024AC (or 0xB024AC) is known color: Dark Orchid. HEX triplet: B0, 24 and AC. RGB value is (176,36,172). Sum of RGB (Red+Green+Blue) = 176+36+172=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B024AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024AC is #4FDB53. Grayscale: #5C5C5C. Windows color (decimal): -5233492 or 11281584. OLE color: 11281584.
HSL color Cylindrical-coordinate representation of color #B024AC: hue angle of 301.71º 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 #B024AC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 172 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.31 |
| HSL | 301.71º | 0.66% | 0.42% | - |
| HSV(B) | 301.71º | 0.8% | 0.69% | - |
| XYZ | 25.98 | 13.47 | 40.26 | - |
| YUV | 93.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 172 | 0 | 0.80 | 0.02 | 0.31 | 301.71 | 0.66 | 0.42 |
| Hex | B0 | 24 | AC | 0 | 50 | 2 | 1F | 12E | 42 | 2A |
| Octal | 260 | 44 | 254 | 0 | 120 | 2 | 37 | 456 | 102 | 52 |
| Binary | 10110000 | 100100 | 10101100 | 0 | 1010000 | 10 | 11111 | 100101110 | 1000010 | 101010 |
Color Harmonies of #B024AC
Complementary color
Monochromatic Colors of #B024AC
Black with #B024AC
Text Example
Text Example
White with #B024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024AC; }
p { color: rgb(176,36,172); }
H1.HeaderClassName
{
color: #B024AC;
}
.AnyTagClassName
{
color: #B024AC;
}
</style>
background-color css
<style>
a { background-color: #B024AC; }
a { background-color: rgb(176,36,172); }
div.DivClassName
{
background-color: #B024AC;
}
.BgClassName
{
background-color: #B024AC;
}
</style>
border-color css
<style>
span { border-color: #B024AC; }
span { border-color: rgb(176,36,172); }
td.TdClassName
{
border-color: #B024AC;
}
.TagClassName
{
border-color: #B024AC;
}
</style>