Shades of Deep Magenta #B407AF
Tints of Deep Magenta #B407AF
RGB
CMYK
RGB Variations
Color information
#B407AF (or 0xB407AF) is known color: Deep Magenta. HEX triplet: B4, 07 and AF. RGB value is (180,7,175). Sum of RGB (Red+Green+Blue) = 180+7+175=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B407AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407AF is #4BF850. Grayscale: #4D4D4D. Windows color (decimal): -4978769 or 11470772. OLE color: 11470772.
HSL color Cylindrical-coordinate representation of color #B407AF: hue angle of 301.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407AF is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 175 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.29 |
| HSL | 301.73º | 0.93% | 0.37% | - |
| HSV(B) | 301.73º | 0.96% | 0.71% | - |
| XYZ | 26.64 | 12.95 | 41.65 | - |
| YUV | 77.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 175 | 0 | 0.96 | 0.03 | 0.29 | 301.73 | 0.93 | 0.37 |
| Hex | B4 | 7 | AF | 0 | 60 | 3 | 1D | 12E | 5D | 25 |
| Octal | 264 | 7 | 257 | 0 | 140 | 3 | 35 | 456 | 135 | 45 |
| Binary | 10110100 | 111 | 10101111 | 0 | 1100000 | 11 | 11101 | 100101110 | 1011101 | 100101 |
Color Harmonies of #B407AF
Complementary color
Monochromatic Colors of #B407AF
Black with #B407AF
Text Example
Text Example
White with #B407AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407AF; }
p { color: rgb(180,7,175); }
H1.HeaderClassName
{
color: #B407AF;
}
.AnyTagClassName
{
color: #B407AF;
}
</style>
background-color css
<style>
a { background-color: #B407AF; }
a { background-color: rgb(180,7,175); }
div.DivClassName
{
background-color: #B407AF;
}
.BgClassName
{
background-color: #B407AF;
}
</style>
border-color css
<style>
span { border-color: #B407AF; }
span { border-color: rgb(180,7,175); }
td.TdClassName
{
border-color: #B407AF;
}
.TagClassName
{
border-color: #B407AF;
}
</style>