Shades of Deep Magenta #B401AD
Tints of Deep Magenta #B401AD
RGB
CMYK
RGB Variations
Color information
#B401AD (or 0xB401AD) is known color: Deep Magenta. HEX triplet: B4, 01 and AD. RGB value is (180,1,173). Sum of RGB (Red+Green+Blue) = 180+1+173=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B401AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401AD is #4BFE52. Grayscale: #494949. Windows color (decimal): -4980307 or 11338164. OLE color: 11338164.
HSL color Cylindrical-coordinate representation of color #B401AD: hue angle of 302.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 #B401AD is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.29 |
| HSL | 302.35º | 0.99% | 0.35% | - |
| HSV(B) | 302.35º | 0.99% | 0.71% | - |
| XYZ | 26.38 | 12.74 | 40.6 | - |
| YUV | 74.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 173 | 0 | 0.99 | 0.04 | 0.29 | 302.35 | 0.99 | 0.35 |
| Hex | B4 | 1 | AD | 0 | 63 | 4 | 1D | 12E | 63 | 23 |
| Octal | 264 | 1 | 255 | 0 | 143 | 4 | 35 | 456 | 143 | 43 |
| Binary | 10110100 | 1 | 10101101 | 0 | 1100011 | 100 | 11101 | 100101110 | 1100011 | 100011 |
Color Harmonies of #B401AD
Complementary color
Monochromatic Colors of #B401AD
Black with #B401AD
Text Example
Text Example
White with #B401AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401AD; }
p { color: rgb(180,1,173); }
H1.HeaderClassName
{
color: #B401AD;
}
.AnyTagClassName
{
color: #B401AD;
}
</style>
background-color css
<style>
a { background-color: #B401AD; }
a { background-color: rgb(180,1,173); }
div.DivClassName
{
background-color: #B401AD;
}
.BgClassName
{
background-color: #B401AD;
}
</style>
border-color css
<style>
span { border-color: #B401AD; }
span { border-color: rgb(180,1,173); }
td.TdClassName
{
border-color: #B401AD;
}
.TagClassName
{
border-color: #B401AD;
}
</style>