Shades of Deep Magenta #B407AB
Tints of Deep Magenta #B407AB
RGB
CMYK
RGB Variations
Color information
#B407AB (or 0xB407AB) is known color: Deep Magenta. HEX triplet: B4, 07 and AB. RGB value is (180,7,171). Sum of RGB (Red+Green+Blue) = 180+7+171=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B407AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407AB is #4BF854. Grayscale: #4C4C4C. Windows color (decimal): -4978773 or 11208628. OLE color: 11208628.
HSL color Cylindrical-coordinate representation of color #B407AB: hue angle of 303.12º 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 #B407AB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.29 |
| HSL | 303.12º | 0.93% | 0.37% | - |
| HSV(B) | 303.12º | 0.96% | 0.71% | - |
| XYZ | 26.25 | 12.8 | 39.61 | - |
| YUV | 77.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 171 | 0 | 0.96 | 0.05 | 0.29 | 303.12 | 0.93 | 0.37 |
| Hex | B4 | 7 | AB | 0 | 60 | 5 | 1D | 12F | 5D | 25 |
| Octal | 264 | 7 | 253 | 0 | 140 | 5 | 35 | 457 | 135 | 45 |
| Binary | 10110100 | 111 | 10101011 | 0 | 1100000 | 101 | 11101 | 100101111 | 1011101 | 100101 |
Color Harmonies of #B407AB
Complementary color
Monochromatic Colors of #B407AB
Black with #B407AB
Text Example
Text Example
White with #B407AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407AB; }
p { color: rgb(180,7,171); }
H1.HeaderClassName
{
color: #B407AB;
}
.AnyTagClassName
{
color: #B407AB;
}
</style>
background-color css
<style>
a { background-color: #B407AB; }
a { background-color: rgb(180,7,171); }
div.DivClassName
{
background-color: #B407AB;
}
.BgClassName
{
background-color: #B407AB;
}
</style>
border-color css
<style>
span { border-color: #B407AB; }
span { border-color: rgb(180,7,171); }
td.TdClassName
{
border-color: #B407AB;
}
.TagClassName
{
border-color: #B407AB;
}
</style>