Shades of Deep Magenta #B401AE
Tints of Deep Magenta #B401AE
RGB
CMYK
RGB Variations
Color information
#B401AE (or 0xB401AE) is known color: Deep Magenta. HEX triplet: B4, 01 and AE. RGB value is (180,1,174). Sum of RGB (Red+Green+Blue) = 180+1+174=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B401AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401AE is #4BFE51. Grayscale: #494949. Windows color (decimal): -4980306 or 11403700. OLE color: 11403700.
HSL color Cylindrical-coordinate representation of color #B401AE: hue angle of 302.01º 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 #B401AE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 174 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.29 |
| HSL | 302.01º | 0.99% | 0.35% | - |
| HSV(B) | 302.01º | 0.99% | 0.71% | - |
| XYZ | 26.47 | 12.78 | 41.12 | - |
| YUV | 74.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 174 | 0 | 0.99 | 0.03 | 0.29 | 302.01 | 0.99 | 0.35 |
| Hex | B4 | 1 | AE | 0 | 63 | 3 | 1D | 12E | 63 | 23 |
| Octal | 264 | 1 | 256 | 0 | 143 | 3 | 35 | 456 | 143 | 43 |
| Binary | 10110100 | 1 | 10101110 | 0 | 1100011 | 11 | 11101 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B401AE
Complementary color
Monochromatic Colors of #B401AE
Black with #B401AE
Text Example
Text Example
White with #B401AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401AE; }
p { color: rgb(180,1,174); }
H1.HeaderClassName
{
color: #B401AE;
}
.AnyTagClassName
{
color: #B401AE;
}
</style>
background-color css
<style>
a { background-color: #B401AE; }
a { background-color: rgb(180,1,174); }
div.DivClassName
{
background-color: #B401AE;
}
.BgClassName
{
background-color: #B401AE;
}
</style>
border-color css
<style>
span { border-color: #B401AE; }
span { border-color: rgb(180,1,174); }
td.TdClassName
{
border-color: #B401AE;
}
.TagClassName
{
border-color: #B401AE;
}
</style>