Shades of Deep Magenta #B400CE
Tints of Deep Magenta #B400CE
RGB
CMYK
RGB Variations
Color information
#B400CE (or 0xB400CE) is known color: Deep Magenta. HEX triplet: B4, 00 and CE. RGB value is (180,0,206). Sum of RGB (Red+Green+Blue) = 180+0+206=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #B400CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400CE is #4BFF31. Grayscale: #4C4C4C. Windows color (decimal): -4980530 or 13500596. OLE color: 13500596.
HSL color Cylindrical-coordinate representation of color #B400CE: hue angle of 292.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400CE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 0 | 206 | - |
| CMYK | 0.13 | 1 | 0 | 0.19 |
| HSL | 292.43º | 1% | 0.4% | - |
| HSV(B) | 292.43º | 1% | 0.81% | - |
| XYZ | 29.96 | 14.16 | 59.55 | - |
| YUV | 77.3 | 200.63 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 206 | 0.13 | 1 | 0 | 0.19 | 292.43 | 1 | 0.4 |
| Hex | B4 | 0 | CE | D | 64 | 0 | 13 | 124 | 64 | 28 |
| Octal | 264 | 0 | 316 | 15 | 144 | 0 | 23 | 444 | 144 | 50 |
| Binary | 10110100 | 0 | 11001110 | 1101 | 1100100 | 0 | 10011 | 100100100 | 1100100 | 101000 |
Color Harmonies of #B400CE
Complementary color
Monochromatic Colors of #B400CE
Black with #B400CE
Text Example
Text Example
White with #B400CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400CE; }
p { color: rgb(180,0,206); }
H1.HeaderClassName
{
color: #B400CE;
}
.AnyTagClassName
{
color: #B400CE;
}
</style>
background-color css
<style>
a { background-color: #B400CE; }
a { background-color: rgb(180,0,206); }
div.DivClassName
{
background-color: #B400CE;
}
.BgClassName
{
background-color: #B400CE;
}
</style>
border-color css
<style>
span { border-color: #B400CE; }
span { border-color: rgb(180,0,206); }
td.TdClassName
{
border-color: #B400CE;
}
.TagClassName
{
border-color: #B400CE;
}
</style>