Shades of Deep Magenta #B413CE
Tints of Deep Magenta #B413CE
RGB
CMYK
RGB Variations
Color information
#B413CE (or 0xB413CE) is known color: Deep Magenta. HEX triplet: B4, 13 and CE. RGB value is (180,19,206). Sum of RGB (Red+Green+Blue) = 180+19+206=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B413CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413CE is #4BEC31. Grayscale: #575757. Windows color (decimal): -4975666 or 13505460. OLE color: 13505460.
HSL color Cylindrical-coordinate representation of color #B413CE: hue angle of 291.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B413CE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 19 | 206 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.19 |
| HSL | 291.66º | 0.83% | 0.44% | - |
| HSV(B) | 291.66º | 0.91% | 0.81% | - |
| XYZ | 30.2 | 14.63 | 59.62 | - |
| YUV | 88.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 206 | 0.13 | 0.91 | 0 | 0.19 | 291.66 | 0.83 | 0.44 |
| Hex | B4 | 13 | CE | D | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 264 | 23 | 316 | 15 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110100 | 10011 | 11001110 | 1101 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B413CE
Complementary color
Monochromatic Colors of #B413CE
Black with #B413CE
Text Example
Text Example
White with #B413CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413CE; }
p { color: rgb(180,19,206); }
H1.HeaderClassName
{
color: #B413CE;
}
.AnyTagClassName
{
color: #B413CE;
}
</style>
background-color css
<style>
a { background-color: #B413CE; }
a { background-color: rgb(180,19,206); }
div.DivClassName
{
background-color: #B413CE;
}
.BgClassName
{
background-color: #B413CE;
}
</style>
border-color css
<style>
span { border-color: #B413CE; }
span { border-color: rgb(180,19,206); }
td.TdClassName
{
border-color: #B413CE;
}
.TagClassName
{
border-color: #B413CE;
}
</style>