Shades of Deep Magenta #B411AC
Tints of Deep Magenta #B411AC
RGB
CMYK
RGB Variations
Color information
#B411AC (or 0xB411AC) is known color: Deep Magenta. HEX triplet: B4, 11 and AC. RGB value is (180,17,172). Sum of RGB (Red+Green+Blue) = 180+17+172=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B411AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411AC is #4BEE53. Grayscale: #525252. Windows color (decimal): -4976212 or 11276724. OLE color: 11276724.
HSL color Cylindrical-coordinate representation of color #B411AC: hue angle of 302.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411AC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.29 |
| HSL | 302.94º | 0.83% | 0.39% | - |
| HSV(B) | 302.94º | 0.91% | 0.71% | - |
| XYZ | 26.47 | 13.08 | 40.16 | - |
| YUV | 83.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 172 | 0 | 0.91 | 0.04 | 0.29 | 302.94 | 0.83 | 0.39 |
| Hex | B4 | 11 | AC | 0 | 5B | 4 | 1D | 12F | 53 | 27 |
| Octal | 264 | 21 | 254 | 0 | 133 | 4 | 35 | 457 | 123 | 47 |
| Binary | 10110100 | 10001 | 10101100 | 0 | 1011011 | 100 | 11101 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B411AC
Complementary color
Monochromatic Colors of #B411AC
Black with #B411AC
Text Example
Text Example
White with #B411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411AC; }
p { color: rgb(180,17,172); }
H1.HeaderClassName
{
color: #B411AC;
}
.AnyTagClassName
{
color: #B411AC;
}
</style>
background-color css
<style>
a { background-color: #B411AC; }
a { background-color: rgb(180,17,172); }
div.DivClassName
{
background-color: #B411AC;
}
.BgClassName
{
background-color: #B411AC;
}
</style>
border-color css
<style>
span { border-color: #B411AC; }
span { border-color: rgb(180,17,172); }
td.TdClassName
{
border-color: #B411AC;
}
.TagClassName
{
border-color: #B411AC;
}
</style>