Shades of Deep Magenta #B407AA
Tints of Deep Magenta #B407AA
RGB
CMYK
RGB Variations
Color information
#B407AA (or 0xB407AA) is known color: Deep Magenta. HEX triplet: B4, 07 and AA. RGB value is (180,7,170). Sum of RGB (Red+Green+Blue) = 180+7+170=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B407AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B407AA is #4BF855. Grayscale: #4C4C4C. Windows color (decimal): -4978774 or 11143092. OLE color: 11143092.
HSL color Cylindrical-coordinate representation of color #B407AA: hue angle of 303.47º 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 #B407AA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.29 |
| HSL | 303.47º | 0.93% | 0.37% | - |
| HSV(B) | 303.47º | 0.96% | 0.71% | - |
| XYZ | 26.15 | 12.76 | 39.11 | - |
| YUV | 77.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 170 | 0 | 0.96 | 0.06 | 0.29 | 303.47 | 0.93 | 0.37 |
| Hex | B4 | 7 | AA | 0 | 60 | 6 | 1D | 12F | 5D | 25 |
| Octal | 264 | 7 | 252 | 0 | 140 | 6 | 35 | 457 | 135 | 45 |
| Binary | 10110100 | 111 | 10101010 | 0 | 1100000 | 110 | 11101 | 100101111 | 1011101 | 100101 |
Color Harmonies of #B407AA
Complementary color
Monochromatic Colors of #B407AA
Black with #B407AA
Text Example
Text Example
White with #B407AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407AA; }
p { color: rgb(180,7,170); }
H1.HeaderClassName
{
color: #B407AA;
}
.AnyTagClassName
{
color: #B407AA;
}
</style>
background-color css
<style>
a { background-color: #B407AA; }
a { background-color: rgb(180,7,170); }
div.DivClassName
{
background-color: #B407AA;
}
.BgClassName
{
background-color: #B407AA;
}
</style>
border-color css
<style>
span { border-color: #B407AA; }
span { border-color: rgb(180,7,170); }
td.TdClassName
{
border-color: #B407AA;
}
.TagClassName
{
border-color: #B407AA;
}
</style>