Shades of Deep Magenta #B401AA
Tints of Deep Magenta #B401AA
RGB
CMYK
RGB Variations
Color information
#B401AA (or 0xB401AA) is known color: Deep Magenta. HEX triplet: B4, 01 and AA. RGB value is (180,1,170). Sum of RGB (Red+Green+Blue) = 180+1+170=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B401AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401AA is #4BFE55. Grayscale: #494949. Windows color (decimal): -4980310 or 11141556. OLE color: 11141556.
HSL color Cylindrical-coordinate representation of color #B401AA: hue angle of 303.35º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401AA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.29 |
| HSL | 303.35º | 0.99% | 0.35% | - |
| HSV(B) | 303.35º | 0.99% | 0.71% | - |
| XYZ | 26.09 | 12.63 | 39.09 | - |
| YUV | 73.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 170 | 0 | 0.99 | 0.06 | 0.29 | 303.35 | 0.99 | 0.35 |
| Hex | B4 | 1 | AA | 0 | 63 | 6 | 1D | 12F | 63 | 23 |
| Octal | 264 | 1 | 252 | 0 | 143 | 6 | 35 | 457 | 143 | 43 |
| Binary | 10110100 | 1 | 10101010 | 0 | 1100011 | 110 | 11101 | 100101111 | 1100011 | 100011 |
Color Harmonies of #B401AA
Complementary color
Monochromatic Colors of #B401AA
Black with #B401AA
Text Example
Text Example
White with #B401AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401AA; }
p { color: rgb(180,1,170); }
H1.HeaderClassName
{
color: #B401AA;
}
.AnyTagClassName
{
color: #B401AA;
}
</style>
background-color css
<style>
a { background-color: #B401AA; }
a { background-color: rgb(180,1,170); }
div.DivClassName
{
background-color: #B401AA;
}
.BgClassName
{
background-color: #B401AA;
}
</style>
border-color css
<style>
span { border-color: #B401AA; }
span { border-color: rgb(180,1,170); }
td.TdClassName
{
border-color: #B401AA;
}
.TagClassName
{
border-color: #B401AA;
}
</style>