Shades of Deep Magenta #B601AF
Tints of Deep Magenta #B601AF
RGB
CMYK
RGB Variations
Color information
#B601AF (or 0xB601AF) is known color: Deep Magenta. HEX triplet: B6, 01 and AF. RGB value is (182,1,175). Sum of RGB (Red+Green+Blue) = 182+1+175=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B601AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601AF is #49FE50. Grayscale: #4A4A4A. Windows color (decimal): -4849233 or 11469238. OLE color: 11469238.
HSL color Cylindrical-coordinate representation of color #B601AF: hue angle of 302.32º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601AF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.29 |
| HSL | 302.32º | 0.99% | 0.36% | - |
| HSV(B) | 302.32º | 0.99% | 0.71% | - |
| XYZ | 27.04 | 13.06 | 41.65 | - |
| YUV | 74.96 | 184.47 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 175 | 0 | 0.99 | 0.04 | 0.29 | 302.32 | 0.99 | 0.36 |
| Hex | B6 | 1 | AF | 0 | 63 | 4 | 1D | 12E | 63 | 24 |
| Octal | 266 | 1 | 257 | 0 | 143 | 4 | 35 | 456 | 143 | 44 |
| Binary | 10110110 | 1 | 10101111 | 0 | 1100011 | 100 | 11101 | 100101110 | 1100011 | 100100 |
Color Harmonies of #B601AF
Complementary color
Monochromatic Colors of #B601AF
Black with #B601AF
Text Example
Text Example
White with #B601AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B601AF; }
p { color: rgb(182,1,175); }
H1.HeaderClassName
{
color: #B601AF;
}
.AnyTagClassName
{
color: #B601AF;
}
</style>
background-color css
<style>
a { background-color: #B601AF; }
a { background-color: rgb(182,1,175); }
div.DivClassName
{
background-color: #B601AF;
}
.BgClassName
{
background-color: #B601AF;
}
</style>
border-color css
<style>
span { border-color: #B601AF; }
span { border-color: rgb(182,1,175); }
td.TdClassName
{
border-color: #B601AF;
}
.TagClassName
{
border-color: #B601AF;
}
</style>