Shades of Deep Magenta #B001AF
Tints of Deep Magenta #B001AF
RGB
CMYK
RGB Variations
Color information
#B001AF (or 0xB001AF) is known color: Deep Magenta. HEX triplet: B0, 01 and AF. RGB value is (176,1,175). Sum of RGB (Red+Green+Blue) = 176+1+175=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B001AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B001AF is #4FFE50. Grayscale: #484848. Windows color (decimal): -5242449 or 11469232. OLE color: 11469232.
HSL color Cylindrical-coordinate representation of color #B001AF: hue angle of 300.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B001AF is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.31 |
| HSL | 300.34º | 0.99% | 0.35% | - |
| HSV(B) | 300.34º | 0.99% | 0.69% | - |
| XYZ | 25.65 | 12.35 | 41.59 | - |
| YUV | 73.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 175 | 0 | 0.99 | 0.01 | 0.31 | 300.34 | 0.99 | 0.35 |
| Hex | B0 | 1 | AF | 0 | 63 | 1 | 1F | 12C | 63 | 23 |
| Octal | 260 | 1 | 257 | 0 | 143 | 1 | 37 | 454 | 143 | 43 |
| Binary | 10110000 | 1 | 10101111 | 0 | 1100011 | 1 | 11111 | 100101100 | 1100011 | 100011 |
Color Harmonies of #B001AF
Complementary color
Monochromatic Colors of #B001AF
Black with #B001AF
Text Example
Text Example
White with #B001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001AF; }
p { color: rgb(176,1,175); }
H1.HeaderClassName
{
color: #B001AF;
}
.AnyTagClassName
{
color: #B001AF;
}
</style>
background-color css
<style>
a { background-color: #B001AF; }
a { background-color: rgb(176,1,175); }
div.DivClassName
{
background-color: #B001AF;
}
.BgClassName
{
background-color: #B001AF;
}
</style>
border-color css
<style>
span { border-color: #B001AF; }
span { border-color: rgb(176,1,175); }
td.TdClassName
{
border-color: #B001AF;
}
.TagClassName
{
border-color: #B001AF;
}
</style>