Shades of Deep Magenta #B403AB
Tints of Deep Magenta #B403AB
RGB
CMYK
RGB Variations
Color information
#B403AB (or 0xB403AB) is known color: Deep Magenta. HEX triplet: B4, 03 and AB. RGB value is (180,3,171). Sum of RGB (Red+Green+Blue) = 180+3+171=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B403AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403AB is #4BFC54. Grayscale: #4A4A4A. Windows color (decimal): -4979797 or 11207604. OLE color: 11207604.
HSL color Cylindrical-coordinate representation of color #B403AB: hue angle of 303.05º 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 #B403AB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.29 |
| HSL | 303.05º | 0.97% | 0.36% | - |
| HSV(B) | 303.05º | 0.98% | 0.71% | - |
| XYZ | 26.21 | 12.71 | 39.6 | - |
| YUV | 75.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 171 | 0 | 0.98 | 0.05 | 0.29 | 303.05 | 0.97 | 0.36 |
| Hex | B4 | 3 | AB | 0 | 62 | 5 | 1D | 12F | 61 | 24 |
| Octal | 264 | 3 | 253 | 0 | 142 | 5 | 35 | 457 | 141 | 44 |
| Binary | 10110100 | 11 | 10101011 | 0 | 1100010 | 101 | 11101 | 100101111 | 1100001 | 100100 |
Color Harmonies of #B403AB
Complementary color
Monochromatic Colors of #B403AB
Black with #B403AB
Text Example
Text Example
White with #B403AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403AB; }
p { color: rgb(180,3,171); }
H1.HeaderClassName
{
color: #B403AB;
}
.AnyTagClassName
{
color: #B403AB;
}
</style>
background-color css
<style>
a { background-color: #B403AB; }
a { background-color: rgb(180,3,171); }
div.DivClassName
{
background-color: #B403AB;
}
.BgClassName
{
background-color: #B403AB;
}
</style>
border-color css
<style>
span { border-color: #B403AB; }
span { border-color: rgb(180,3,171); }
td.TdClassName
{
border-color: #B403AB;
}
.TagClassName
{
border-color: #B403AB;
}
</style>