Shades of Deep Magenta #B403AF
Tints of Deep Magenta #B403AF
RGB
CMYK
RGB Variations
Color information
#B403AF (or 0xB403AF) is known color: Deep Magenta. HEX triplet: B4, 03 and AF. RGB value is (180,3,175). Sum of RGB (Red+Green+Blue) = 180+3+175=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B403AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403AF is #4BFC50. Grayscale: #4B4B4B. Windows color (decimal): -4979793 or 11469748. OLE color: 11469748.
HSL color Cylindrical-coordinate representation of color #B403AF: hue angle of 301.69º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403AF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.29 |
| HSL | 301.69º | 0.97% | 0.36% | - |
| HSV(B) | 301.69º | 0.98% | 0.71% | - |
| XYZ | 26.59 | 12.86 | 41.64 | - |
| YUV | 75.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 175 | 0 | 0.98 | 0.03 | 0.29 | 301.69 | 0.97 | 0.36 |
| Hex | B4 | 3 | AF | 0 | 62 | 3 | 1D | 12E | 61 | 24 |
| Octal | 264 | 3 | 257 | 0 | 142 | 3 | 35 | 456 | 141 | 44 |
| Binary | 10110100 | 11 | 10101111 | 0 | 1100010 | 11 | 11101 | 100101110 | 1100001 | 100100 |
Color Harmonies of #B403AF
Complementary color
Monochromatic Colors of #B403AF
Black with #B403AF
Text Example
Text Example
White with #B403AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403AF; }
p { color: rgb(180,3,175); }
H1.HeaderClassName
{
color: #B403AF;
}
.AnyTagClassName
{
color: #B403AF;
}
</style>
background-color css
<style>
a { background-color: #B403AF; }
a { background-color: rgb(180,3,175); }
div.DivClassName
{
background-color: #B403AF;
}
.BgClassName
{
background-color: #B403AF;
}
</style>
border-color css
<style>
span { border-color: #B403AF; }
span { border-color: rgb(180,3,175); }
td.TdClassName
{
border-color: #B403AF;
}
.TagClassName
{
border-color: #B403AF;
}
</style>