Shades of Deep Magenta #B408AD
Tints of Deep Magenta #B408AD
RGB
CMYK
RGB Variations
Color information
#B408AD (or 0xB408AD) is known color: Deep Magenta. HEX triplet: B4, 08 and AD. RGB value is (180,8,173). Sum of RGB (Red+Green+Blue) = 180+8+173=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B408AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B408AD is #4BF752. Grayscale: #4D4D4D. Windows color (decimal): -4978515 or 11339956. OLE color: 11339956.
HSL color Cylindrical-coordinate representation of color #B408AD: hue angle of 302.44º 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 #B408AD is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.29 |
| HSL | 302.44º | 0.91% | 0.37% | - |
| HSV(B) | 302.44º | 0.96% | 0.71% | - |
| XYZ | 26.45 | 12.89 | 40.63 | - |
| YUV | 78.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 173 | 0 | 0.96 | 0.04 | 0.29 | 302.44 | 0.91 | 0.37 |
| Hex | B4 | 8 | AD | 0 | 60 | 4 | 1D | 12E | 5B | 25 |
| Octal | 264 | 10 | 255 | 0 | 140 | 4 | 35 | 456 | 133 | 45 |
| Binary | 10110100 | 1000 | 10101101 | 0 | 1100000 | 100 | 11101 | 100101110 | 1011011 | 100101 |
Color Harmonies of #B408AD
Complementary color
Monochromatic Colors of #B408AD
Black with #B408AD
Text Example
Text Example
White with #B408AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408AD; }
p { color: rgb(180,8,173); }
H1.HeaderClassName
{
color: #B408AD;
}
.AnyTagClassName
{
color: #B408AD;
}
</style>
background-color css
<style>
a { background-color: #B408AD; }
a { background-color: rgb(180,8,173); }
div.DivClassName
{
background-color: #B408AD;
}
.BgClassName
{
background-color: #B408AD;
}
</style>
border-color css
<style>
span { border-color: #B408AD; }
span { border-color: rgb(180,8,173); }
td.TdClassName
{
border-color: #B408AD;
}
.TagClassName
{
border-color: #B408AD;
}
</style>