Shades of Deep Magenta #B408CF
Tints of Deep Magenta #B408CF
RGB
CMYK
RGB Variations
Color information
#B408CF (or 0xB408CF) is known color: Deep Magenta. HEX triplet: B4, 08 and CF. RGB value is (180,8,207). Sum of RGB (Red+Green+Blue) = 180+8+207=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #B408CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408CF is #4BF730. Grayscale: #515151. Windows color (decimal): -4978481 or 13568180. OLE color: 13568180.
HSL color Cylindrical-coordinate representation of color #B408CF: hue angle of 291.86º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B408CF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 8 | 207 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.19 |
| HSL | 291.86º | 0.93% | 0.42% | - |
| HSV(B) | 291.86º | 0.96% | 0.81% | - |
| XYZ | 30.17 | 14.38 | 60.22 | - |
| YUV | 82.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 207 | 0.13 | 0.96 | 0 | 0.19 | 291.86 | 0.93 | 0.42 |
| Hex | B4 | 8 | CF | D | 60 | 0 | 13 | 124 | 5D | 2A |
| Octal | 264 | 10 | 317 | 15 | 140 | 0 | 23 | 444 | 135 | 52 |
| Binary | 10110100 | 1000 | 11001111 | 1101 | 1100000 | 0 | 10011 | 100100100 | 1011101 | 101010 |
Color Harmonies of #B408CF
Complementary color
Monochromatic Colors of #B408CF
Black with #B408CF
Text Example
Text Example
White with #B408CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408CF; }
p { color: rgb(180,8,207); }
H1.HeaderClassName
{
color: #B408CF;
}
.AnyTagClassName
{
color: #B408CF;
}
</style>
background-color css
<style>
a { background-color: #B408CF; }
a { background-color: rgb(180,8,207); }
div.DivClassName
{
background-color: #B408CF;
}
.BgClassName
{
background-color: #B408CF;
}
</style>
border-color css
<style>
span { border-color: #B408CF; }
span { border-color: rgb(180,8,207); }
td.TdClassName
{
border-color: #B408CF;
}
.TagClassName
{
border-color: #B408CF;
}
</style>