Shades of Deep Magenta #B401AC
Tints of Deep Magenta #B401AC
RGB
CMYK
RGB Variations
Color information
#B401AC (or 0xB401AC) is known color: Deep Magenta. HEX triplet: B4, 01 and AC. RGB value is (180,1,172). Sum of RGB (Red+Green+Blue) = 180+1+172=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B401AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401AC is #4BFE53. Grayscale: #494949. Windows color (decimal): -4980308 or 11272628. OLE color: 11272628.
HSL color Cylindrical-coordinate representation of color #B401AC: hue angle of 302.68º 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 #B401AC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.29 |
| HSL | 302.68º | 0.99% | 0.35% | - |
| HSV(B) | 302.68º | 0.99% | 0.71% | - |
| XYZ | 26.28 | 12.7 | 40.1 | - |
| YUV | 74.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 172 | 0 | 0.99 | 0.04 | 0.29 | 302.68 | 0.99 | 0.35 |
| Hex | B4 | 1 | AC | 0 | 63 | 4 | 1D | 12F | 63 | 23 |
| Octal | 264 | 1 | 254 | 0 | 143 | 4 | 35 | 457 | 143 | 43 |
| Binary | 10110100 | 1 | 10101100 | 0 | 1100011 | 100 | 11101 | 100101111 | 1100011 | 100011 |
Color Harmonies of #B401AC
Complementary color
Monochromatic Colors of #B401AC
Black with #B401AC
Text Example
Text Example
White with #B401AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401AC; }
p { color: rgb(180,1,172); }
H1.HeaderClassName
{
color: #B401AC;
}
.AnyTagClassName
{
color: #B401AC;
}
</style>
background-color css
<style>
a { background-color: #B401AC; }
a { background-color: rgb(180,1,172); }
div.DivClassName
{
background-color: #B401AC;
}
.BgClassName
{
background-color: #B401AC;
}
</style>
border-color css
<style>
span { border-color: #B401AC; }
span { border-color: rgb(180,1,172); }
td.TdClassName
{
border-color: #B401AC;
}
.TagClassName
{
border-color: #B401AC;
}
</style>