Shades of Deep Magenta #B41CAC
Tints of Deep Magenta #B41CAC
RGB
CMYK
RGB Variations
Color information
#B41CAC (or 0xB41CAC) is known color: Deep Magenta. HEX triplet: B4, 1C and AC. RGB value is (180,28,172). Sum of RGB (Red+Green+Blue) = 180+28+172=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B41CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41CAC is #4BE353. Grayscale: #595959. Windows color (decimal): -4973396 or 11279540. OLE color: 11279540.
HSL color Cylindrical-coordinate representation of color #B41CAC: hue angle of 303.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41CAC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 172 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.29 |
| HSL | 303.16º | 0.73% | 0.41% | - |
| HSV(B) | 303.16º | 0.84% | 0.71% | - |
| XYZ | 26.68 | 13.51 | 40.23 | - |
| YUV | 89.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 172 | 0 | 0.84 | 0.04 | 0.29 | 303.16 | 0.73 | 0.41 |
| Hex | B4 | 1C | AC | 0 | 54 | 4 | 1D | 12F | 49 | 29 |
| Octal | 264 | 34 | 254 | 0 | 124 | 4 | 35 | 457 | 111 | 51 |
| Binary | 10110100 | 11100 | 10101100 | 0 | 1010100 | 100 | 11101 | 100101111 | 1001001 | 101001 |
Color Harmonies of #B41CAC
Complementary color
Monochromatic Colors of #B41CAC
Black with #B41CAC
Text Example
Text Example
White with #B41CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CAC; }
p { color: rgb(180,28,172); }
H1.HeaderClassName
{
color: #B41CAC;
}
.AnyTagClassName
{
color: #B41CAC;
}
</style>
background-color css
<style>
a { background-color: #B41CAC; }
a { background-color: rgb(180,28,172); }
div.DivClassName
{
background-color: #B41CAC;
}
.BgClassName
{
background-color: #B41CAC;
}
</style>
border-color css
<style>
span { border-color: #B41CAC; }
span { border-color: rgb(180,28,172); }
td.TdClassName
{
border-color: #B41CAC;
}
.TagClassName
{
border-color: #B41CAC;
}
</style>