Shades of Deep Magenta #B408A6
Tints of Deep Magenta #B408A6
RGB
CMYK
RGB Variations
Color information
#B408A6 (or 0xB408A6) is known color: Deep Magenta. HEX triplet: B4, 08 and A6. RGB value is (180,8,166). Sum of RGB (Red+Green+Blue) = 180+8+166=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B408A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B408A6 is #4BF759. Grayscale: #4C4C4C. Windows color (decimal): -4978522 or 10881204. OLE color: 10881204.
HSL color Cylindrical-coordinate representation of color #B408A6: hue angle of 304.88º 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 #B408A6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.29 |
| HSL | 304.88º | 0.91% | 0.37% | - |
| HSV(B) | 304.88º | 0.96% | 0.71% | - |
| XYZ | 25.79 | 12.63 | 37.15 | - |
| YUV | 77.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 166 | 0 | 0.96 | 0.08 | 0.29 | 304.88 | 0.91 | 0.37 |
| Hex | B4 | 8 | A6 | 0 | 60 | 8 | 1D | 131 | 5B | 25 |
| Octal | 264 | 10 | 246 | 0 | 140 | 10 | 35 | 461 | 133 | 45 |
| Binary | 10110100 | 1000 | 10100110 | 0 | 1100000 | 1000 | 11101 | 100110001 | 1011011 | 100101 |
Color Harmonies of #B408A6
Complementary color
Monochromatic Colors of #B408A6
Black with #B408A6
Text Example
Text Example
White with #B408A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408A6; }
p { color: rgb(180,8,166); }
H1.HeaderClassName
{
color: #B408A6;
}
.AnyTagClassName
{
color: #B408A6;
}
</style>
background-color css
<style>
a { background-color: #B408A6; }
a { background-color: rgb(180,8,166); }
div.DivClassName
{
background-color: #B408A6;
}
.BgClassName
{
background-color: #B408A6;
}
</style>
border-color css
<style>
span { border-color: #B408A6; }
span { border-color: rgb(180,8,166); }
td.TdClassName
{
border-color: #B408A6;
}
.TagClassName
{
border-color: #B408A6;
}
</style>