Shades of Deep Magenta #B401A8
Tints of Deep Magenta #B401A8
RGB
CMYK
RGB Variations
Color information
#B401A8 (or 0xB401A8) is known color: Deep Magenta. HEX triplet: B4, 01 and A8. RGB value is (180,1,168). Sum of RGB (Red+Green+Blue) = 180+1+168=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B401A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B401A8 is #4BFE57. Grayscale: #494949. Windows color (decimal): -4980312 or 11010484. OLE color: 11010484.
HSL color Cylindrical-coordinate representation of color #B401A8: hue angle of 304.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 #B401A8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.29 |
| HSL | 304.02º | 0.99% | 0.35% | - |
| HSV(B) | 304.02º | 0.99% | 0.71% | - |
| XYZ | 25.9 | 12.55 | 38.1 | - |
| YUV | 73.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 168 | 0 | 0.99 | 0.07 | 0.29 | 304.02 | 0.99 | 0.35 |
| Hex | B4 | 1 | A8 | 0 | 63 | 7 | 1D | 130 | 63 | 23 |
| Octal | 264 | 1 | 250 | 0 | 143 | 7 | 35 | 460 | 143 | 43 |
| Binary | 10110100 | 1 | 10101000 | 0 | 1100011 | 111 | 11101 | 100110000 | 1100011 | 100011 |
Color Harmonies of #B401A8
Complementary color
Monochromatic Colors of #B401A8
Black with #B401A8
Text Example
Text Example
White with #B401A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401A8; }
p { color: rgb(180,1,168); }
H1.HeaderClassName
{
color: #B401A8;
}
.AnyTagClassName
{
color: #B401A8;
}
</style>
background-color css
<style>
a { background-color: #B401A8; }
a { background-color: rgb(180,1,168); }
div.DivClassName
{
background-color: #B401A8;
}
.BgClassName
{
background-color: #B401A8;
}
</style>
border-color css
<style>
span { border-color: #B401A8; }
span { border-color: rgb(180,1,168); }
td.TdClassName
{
border-color: #B401A8;
}
.TagClassName
{
border-color: #B401A8;
}
</style>