Shades of Deep Magenta #B401AB
Tints of Deep Magenta #B401AB
RGB
CMYK
RGB Variations
Color information
#B401AB (or 0xB401AB) is known color: Deep Magenta. HEX triplet: B4, 01 and AB. RGB value is (180,1,171). Sum of RGB (Red+Green+Blue) = 180+1+171=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B401AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401AB is #4BFE54. Grayscale: #494949. Windows color (decimal): -4980309 or 11207092. OLE color: 11207092.
HSL color Cylindrical-coordinate representation of color #B401AB: hue angle of 303.02º 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 #B401AB is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.29 |
| HSL | 303.02º | 0.99% | 0.35% | - |
| HSV(B) | 303.02º | 0.99% | 0.71% | - |
| XYZ | 26.18 | 12.67 | 39.59 | - |
| YUV | 73.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 171 | 0 | 0.99 | 0.05 | 0.29 | 303.02 | 0.99 | 0.35 |
| Hex | B4 | 1 | AB | 0 | 63 | 5 | 1D | 12F | 63 | 23 |
| Octal | 264 | 1 | 253 | 0 | 143 | 5 | 35 | 457 | 143 | 43 |
| Binary | 10110100 | 1 | 10101011 | 0 | 1100011 | 101 | 11101 | 100101111 | 1100011 | 100011 |
Color Harmonies of #B401AB
Complementary color
Monochromatic Colors of #B401AB
Black with #B401AB
Text Example
Text Example
White with #B401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401AB; }
p { color: rgb(180,1,171); }
H1.HeaderClassName
{
color: #B401AB;
}
.AnyTagClassName
{
color: #B401AB;
}
</style>
background-color css
<style>
a { background-color: #B401AB; }
a { background-color: rgb(180,1,171); }
div.DivClassName
{
background-color: #B401AB;
}
.BgClassName
{
background-color: #B401AB;
}
</style>
border-color css
<style>
span { border-color: #B401AB; }
span { border-color: rgb(180,1,171); }
td.TdClassName
{
border-color: #B401AB;
}
.TagClassName
{
border-color: #B401AB;
}
</style>