Shades of Deep Magenta #B408AA
Tints of Deep Magenta #B408AA
RGB
CMYK
RGB Variations
Color information
#B408AA (or 0xB408AA) is known color: Deep Magenta. HEX triplet: B4, 08 and AA. RGB value is (180,8,170). Sum of RGB (Red+Green+Blue) = 180+8+170=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B408AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B408AA is #4BF755. Grayscale: #4D4D4D. Windows color (decimal): -4978518 or 11143348. OLE color: 11143348.
HSL color Cylindrical-coordinate representation of color #B408AA: hue angle of 303.49º degrees, saturation: 0.91, 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 #B408AA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.29 |
| HSL | 303.49º | 0.91% | 0.37% | - |
| HSV(B) | 303.49º | 0.96% | 0.71% | - |
| XYZ | 26.16 | 12.78 | 39.12 | - |
| YUV | 77.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 170 | 0 | 0.96 | 0.06 | 0.29 | 303.49 | 0.91 | 0.37 |
| Hex | B4 | 8 | AA | 0 | 60 | 6 | 1D | 12F | 5B | 25 |
| Octal | 264 | 10 | 252 | 0 | 140 | 6 | 35 | 457 | 133 | 45 |
| Binary | 10110100 | 1000 | 10101010 | 0 | 1100000 | 110 | 11101 | 100101111 | 1011011 | 100101 |
Color Harmonies of #B408AA
Complementary color
Monochromatic Colors of #B408AA
Black with #B408AA
Text Example
Text Example
White with #B408AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408AA; }
p { color: rgb(180,8,170); }
H1.HeaderClassName
{
color: #B408AA;
}
.AnyTagClassName
{
color: #B408AA;
}
</style>
background-color css
<style>
a { background-color: #B408AA; }
a { background-color: rgb(180,8,170); }
div.DivClassName
{
background-color: #B408AA;
}
.BgClassName
{
background-color: #B408AA;
}
</style>
border-color css
<style>
span { border-color: #B408AA; }
span { border-color: rgb(180,8,170); }
td.TdClassName
{
border-color: #B408AA;
}
.TagClassName
{
border-color: #B408AA;
}
</style>