Shades of Deep Magenta #B408C5
Tints of Deep Magenta #B408C5
RGB
CMYK
RGB Variations
Color information
#B408C5 (or 0xB408C5) is known color: Deep Magenta. HEX triplet: B4, 08 and C5. RGB value is (180,8,197). Sum of RGB (Red+Green+Blue) = 180+8+197=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #B408C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408C5 is #4BF73A. Grayscale: #505050. Windows color (decimal): -4978491 or 12912820. OLE color: 12912820.
HSL color Cylindrical-coordinate representation of color #B408C5: hue angle of 294.6º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B408C5 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 8 | 197 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.23 |
| HSL | 294.6º | 0.92% | 0.4% | - |
| HSV(B) | 294.6º | 0.96% | 0.77% | - |
| XYZ | 28.99 | 13.91 | 53.98 | - |
| YUV | 80.97 | 193.48 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 197 | 0.09 | 0.96 | 0 | 0.23 | 294.6 | 0.92 | 0.4 |
| Hex | B4 | 8 | C5 | 9 | 60 | 0 | 17 | 127 | 5C | 28 |
| Octal | 264 | 10 | 305 | 11 | 140 | 0 | 27 | 447 | 134 | 50 |
| Binary | 10110100 | 1000 | 11000101 | 1001 | 1100000 | 0 | 10111 | 100100111 | 1011100 | 101000 |
Color Harmonies of #B408C5
Complementary color
Monochromatic Colors of #B408C5
Black with #B408C5
Text Example
Text Example
White with #B408C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408C5; }
p { color: rgb(180,8,197); }
H1.HeaderClassName
{
color: #B408C5;
}
.AnyTagClassName
{
color: #B408C5;
}
</style>
background-color css
<style>
a { background-color: #B408C5; }
a { background-color: rgb(180,8,197); }
div.DivClassName
{
background-color: #B408C5;
}
.BgClassName
{
background-color: #B408C5;
}
</style>
border-color css
<style>
span { border-color: #B408C5; }
span { border-color: rgb(180,8,197); }
td.TdClassName
{
border-color: #B408C5;
}
.TagClassName
{
border-color: #B408C5;
}
</style>