Shades of Deep Magenta #B40CAC
Tints of Deep Magenta #B40CAC
RGB
CMYK
RGB Variations
Color information
#B40CAC (or 0xB40CAC) is known color: Deep Magenta. HEX triplet: B4, 0C and AC. RGB value is (180,12,172). Sum of RGB (Red+Green+Blue) = 180+12+172=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B40CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40CAC is #4BF353. Grayscale: #505050. Windows color (decimal): -4977492 or 11275444. OLE color: 11275444.
HSL color Cylindrical-coordinate representation of color #B40CAC: hue angle of 302.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40CAC is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.29 |
| HSL | 302.86º | 0.88% | 0.38% | - |
| HSV(B) | 302.86º | 0.93% | 0.71% | - |
| XYZ | 26.4 | 12.94 | 40.14 | - |
| YUV | 80.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 172 | 0 | 0.93 | 0.04 | 0.29 | 302.86 | 0.88 | 0.38 |
| Hex | B4 | C | AC | 0 | 5D | 4 | 1D | 12F | 58 | 26 |
| Octal | 264 | 14 | 254 | 0 | 135 | 4 | 35 | 457 | 130 | 46 |
| Binary | 10110100 | 1100 | 10101100 | 0 | 1011101 | 100 | 11101 | 100101111 | 1011000 | 100110 |
Color Harmonies of #B40CAC
Complementary color
Monochromatic Colors of #B40CAC
Black with #B40CAC
Text Example
Text Example
White with #B40CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CAC; }
p { color: rgb(180,12,172); }
H1.HeaderClassName
{
color: #B40CAC;
}
.AnyTagClassName
{
color: #B40CAC;
}
</style>
background-color css
<style>
a { background-color: #B40CAC; }
a { background-color: rgb(180,12,172); }
div.DivClassName
{
background-color: #B40CAC;
}
.BgClassName
{
background-color: #B40CAC;
}
</style>
border-color css
<style>
span { border-color: #B40CAC; }
span { border-color: rgb(180,12,172); }
td.TdClassName
{
border-color: #B40CAC;
}
.TagClassName
{
border-color: #B40CAC;
}
</style>