Shades of Deep Magenta #B513CE
Tints of Deep Magenta #B513CE
RGB
CMYK
RGB Variations
Color information
#B513CE (or 0xB513CE) is known color: Deep Magenta. HEX triplet: B5, 13 and CE. RGB value is (181,19,206). Sum of RGB (Red+Green+Blue) = 181+19+206=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #B513CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513CE is #4AEC31. Grayscale: #585858. Windows color (decimal): -4910130 or 13505461. OLE color: 13505461.
HSL color Cylindrical-coordinate representation of color #B513CE: hue angle of 291.98º 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 #B513CE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 19 | 206 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.19 |
| HSL | 291.98º | 0.83% | 0.44% | - |
| HSV(B) | 291.98º | 0.91% | 0.81% | - |
| XYZ | 30.43 | 14.75 | 59.63 | - |
| YUV | 88.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 206 | 0.12 | 0.91 | 0 | 0.19 | 291.98 | 0.83 | 0.44 |
| Hex | B5 | 13 | CE | C | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 265 | 23 | 316 | 14 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110101 | 10011 | 11001110 | 1100 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B513CE
Complementary color
Monochromatic Colors of #B513CE
Black with #B513CE
Text Example
Text Example
White with #B513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513CE; }
p { color: rgb(181,19,206); }
H1.HeaderClassName
{
color: #B513CE;
}
.AnyTagClassName
{
color: #B513CE;
}
</style>
background-color css
<style>
a { background-color: #B513CE; }
a { background-color: rgb(181,19,206); }
div.DivClassName
{
background-color: #B513CE;
}
.BgClassName
{
background-color: #B513CE;
}
</style>
border-color css
<style>
span { border-color: #B513CE; }
span { border-color: rgb(181,19,206); }
td.TdClassName
{
border-color: #B513CE;
}
.TagClassName
{
border-color: #B513CE;
}
</style>