Shades of Deep Magenta #B401B9
Tints of Deep Magenta #B401B9
RGB
CMYK
RGB Variations
Color information
#B401B9 (or 0xB401B9) is known color: Deep Magenta. HEX triplet: B4, 01 and B9. RGB value is (180,1,185). Sum of RGB (Red+Green+Blue) = 180+1+185=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #B401B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401B9 is #4BFE46. Grayscale: #4A4A4A. Windows color (decimal): -4980295 or 12124596. OLE color: 12124596.
HSL color Cylindrical-coordinate representation of color #B401B9: hue angle of 298.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401B9 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 1 | 185 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.27 |
| HSL | 298.37º | 0.99% | 0.36% | - |
| HSV(B) | 298.37º | 0.99% | 0.73% | - |
| XYZ | 27.59 | 13.23 | 47 | - |
| YUV | 75.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 185 | 0.03 | 0.99 | 0 | 0.27 | 298.37 | 0.99 | 0.36 |
| Hex | B4 | 1 | B9 | 3 | 63 | 0 | 1B | 12A | 63 | 24 |
| Octal | 264 | 1 | 271 | 3 | 143 | 0 | 33 | 452 | 143 | 44 |
| Binary | 10110100 | 1 | 10111001 | 11 | 1100011 | 0 | 11011 | 100101010 | 1100011 | 100100 |
Color Harmonies of #B401B9
Complementary color
Monochromatic Colors of #B401B9
Black with #B401B9
Text Example
Text Example
White with #B401B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401B9; }
p { color: rgb(180,1,185); }
H1.HeaderClassName
{
color: #B401B9;
}
.AnyTagClassName
{
color: #B401B9;
}
</style>
background-color css
<style>
a { background-color: #B401B9; }
a { background-color: rgb(180,1,185); }
div.DivClassName
{
background-color: #B401B9;
}
.BgClassName
{
background-color: #B401B9;
}
</style>
border-color css
<style>
span { border-color: #B401B9; }
span { border-color: rgb(180,1,185); }
td.TdClassName
{
border-color: #B401B9;
}
.TagClassName
{
border-color: #B401B9;
}
</style>