Shades of Deep Magenta #B407CE
Tints of Deep Magenta #B407CE
RGB
CMYK
RGB Variations
Color information
#B407CE (or 0xB407CE) is known color: Deep Magenta. HEX triplet: B4, 07 and CE. RGB value is (180,7,206). Sum of RGB (Red+Green+Blue) = 180+7+206=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B407CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407CE is #4BF831. Grayscale: #505050. Windows color (decimal): -4978738 or 13502388. OLE color: 13502388.
HSL color Cylindrical-coordinate representation of color #B407CE: hue angle of 292.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407CE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 7 | 206 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.19 |
| HSL | 292.16º | 0.93% | 0.42% | - |
| HSV(B) | 292.16º | 0.97% | 0.81% | - |
| XYZ | 30.04 | 14.31 | 59.57 | - |
| YUV | 81.41 | 198.31 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 206 | 0.13 | 0.97 | 0 | 0.19 | 292.16 | 0.93 | 0.42 |
| Hex | B4 | 7 | CE | D | 61 | 0 | 13 | 124 | 5D | 2A |
| Octal | 264 | 7 | 316 | 15 | 141 | 0 | 23 | 444 | 135 | 52 |
| Binary | 10110100 | 111 | 11001110 | 1101 | 1100001 | 0 | 10011 | 100100100 | 1011101 | 101010 |
Color Harmonies of #B407CE
Complementary color
Monochromatic Colors of #B407CE
Black with #B407CE
Text Example
Text Example
White with #B407CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407CE; }
p { color: rgb(180,7,206); }
H1.HeaderClassName
{
color: #B407CE;
}
.AnyTagClassName
{
color: #B407CE;
}
</style>
background-color css
<style>
a { background-color: #B407CE; }
a { background-color: rgb(180,7,206); }
div.DivClassName
{
background-color: #B407CE;
}
.BgClassName
{
background-color: #B407CE;
}
</style>
border-color css
<style>
span { border-color: #B407CE; }
span { border-color: rgb(180,7,206); }
td.TdClassName
{
border-color: #B407CE;
}
.TagClassName
{
border-color: #B407CE;
}
</style>