Shades of Deep Magenta #B513DC
Tints of Deep Magenta #B513DC
RGB
CMYK
RGB Variations
Color information
#B513DC (or 0xB513DC) is known color: Deep Magenta. HEX triplet: B5, 13 and DC. RGB value is (181,19,220). Sum of RGB (Red+Green+Blue) = 181+19+220=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B513DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513DC is #4AEC23. Grayscale: #595959. Windows color (decimal): -4910116 or 14422965. OLE color: 14422965.
HSL color Cylindrical-coordinate representation of color #B513DC: hue angle of 288.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B513DC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 19 | 220 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.14 |
| HSL | 288.36º | 0.84% | 0.47% | - |
| HSV(B) | 288.36º | 0.91% | 0.86% | - |
| XYZ | 32.21 | 15.46 | 69 | - |
| YUV | 90.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 220 | 0.18 | 0.91 | 0 | 0.14 | 288.36 | 0.84 | 0.47 |
| Hex | B5 | 13 | DC | 12 | 5B | 0 | E | 120 | 54 | 2F |
| Octal | 265 | 23 | 334 | 22 | 133 | 0 | 16 | 440 | 124 | 57 |
| Binary | 10110101 | 10011 | 11011100 | 10010 | 1011011 | 0 | 1110 | 100100000 | 1010100 | 101111 |
Color Harmonies of #B513DC
Complementary color
Monochromatic Colors of #B513DC
Black with #B513DC
Text Example
Text Example
White with #B513DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513DC; }
p { color: rgb(181,19,220); }
H1.HeaderClassName
{
color: #B513DC;
}
.AnyTagClassName
{
color: #B513DC;
}
</style>
background-color css
<style>
a { background-color: #B513DC; }
a { background-color: rgb(181,19,220); }
div.DivClassName
{
background-color: #B513DC;
}
.BgClassName
{
background-color: #B513DC;
}
</style>
border-color css
<style>
span { border-color: #B513DC; }
span { border-color: rgb(181,19,220); }
td.TdClassName
{
border-color: #B513DC;
}
.TagClassName
{
border-color: #B513DC;
}
</style>