Shades of Deep Magenta #B01CAC
Tints of Deep Magenta #B01CAC
RGB
CMYK
RGB Variations
Color information
#B01CAC (or 0xB01CAC) is known color: Deep Magenta. HEX triplet: B0, 1C and AC. RGB value is (176,28,172). Sum of RGB (Red+Green+Blue) = 176+28+172=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B01CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01CAC is #4FE353. Grayscale: #585858. Windows color (decimal): -5235540 or 11279536. OLE color: 11279536.
HSL color Cylindrical-coordinate representation of color #B01CAC: hue angle of 301.62º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01CAC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 28 | 172 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.31 |
| HSL | 301.62º | 0.73% | 0.4% | - |
| HSV(B) | 301.62º | 0.84% | 0.69% | - |
| XYZ | 25.77 | 13.04 | 40.19 | - |
| YUV | 88.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 172 | 0 | 0.84 | 0.02 | 0.31 | 301.62 | 0.73 | 0.4 |
| Hex | B0 | 1C | AC | 0 | 54 | 2 | 1F | 12E | 49 | 28 |
| Octal | 260 | 34 | 254 | 0 | 124 | 2 | 37 | 456 | 111 | 50 |
| Binary | 10110000 | 11100 | 10101100 | 0 | 1010100 | 10 | 11111 | 100101110 | 1001001 | 101000 |
Color Harmonies of #B01CAC
Complementary color
Monochromatic Colors of #B01CAC
Black with #B01CAC
Text Example
Text Example
White with #B01CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CAC; }
p { color: rgb(176,28,172); }
H1.HeaderClassName
{
color: #B01CAC;
}
.AnyTagClassName
{
color: #B01CAC;
}
</style>
background-color css
<style>
a { background-color: #B01CAC; }
a { background-color: rgb(176,28,172); }
div.DivClassName
{
background-color: #B01CAC;
}
.BgClassName
{
background-color: #B01CAC;
}
</style>
border-color css
<style>
span { border-color: #B01CAC; }
span { border-color: rgb(176,28,172); }
td.TdClassName
{
border-color: #B01CAC;
}
.TagClassName
{
border-color: #B01CAC;
}
</style>