Shades of Deep Magenta #B401B7
Tints of Deep Magenta #B401B7
RGB
CMYK
RGB Variations
Color information
#B401B7 (or 0xB401B7) is known color: Deep Magenta. HEX triplet: B4, 01 and B7. RGB value is (180,1,183). Sum of RGB (Red+Green+Blue) = 180+1+183=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #B401B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401B7 is #4BFE48. Grayscale: #4A4A4A. Windows color (decimal): -4980297 or 11993524. OLE color: 11993524.
HSL color Cylindrical-coordinate representation of color #B401B7: hue angle of 299.01º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B401B7 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 1 | 183 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.28 |
| HSL | 299.01º | 0.99% | 0.36% | - |
| HSV(B) | 299.01º | 0.99% | 0.72% | - |
| XYZ | 27.38 | 13.14 | 45.89 | - |
| YUV | 75.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 183 | 0.02 | 0.99 | 0 | 0.28 | 299.01 | 0.99 | 0.36 |
| Hex | B4 | 1 | B7 | 2 | 63 | 0 | 1C | 12B | 63 | 24 |
| Octal | 264 | 1 | 267 | 2 | 143 | 0 | 34 | 453 | 143 | 44 |
| Binary | 10110100 | 1 | 10110111 | 10 | 1100011 | 0 | 11100 | 100101011 | 1100011 | 100100 |
Color Harmonies of #B401B7
Complementary color
Monochromatic Colors of #B401B7
Black with #B401B7
Text Example
Text Example
White with #B401B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401B7; }
p { color: rgb(180,1,183); }
H1.HeaderClassName
{
color: #B401B7;
}
.AnyTagClassName
{
color: #B401B7;
}
</style>
background-color css
<style>
a { background-color: #B401B7; }
a { background-color: rgb(180,1,183); }
div.DivClassName
{
background-color: #B401B7;
}
.BgClassName
{
background-color: #B401B7;
}
</style>
border-color css
<style>
span { border-color: #B401B7; }
span { border-color: rgb(180,1,183); }
td.TdClassName
{
border-color: #B401B7;
}
.TagClassName
{
border-color: #B401B7;
}
</style>