Shades of Deep Magenta #B513CF
Tints of Deep Magenta #B513CF
RGB
CMYK
RGB Variations
Color information
#B513CF (or 0xB513CF) is known color: Deep Magenta. HEX triplet: B5, 13 and CF. RGB value is (181,19,207). Sum of RGB (Red+Green+Blue) = 181+19+207=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B513CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513CF is #4AEC30. Grayscale: #585858. Windows color (decimal): -4910129 or 13570997. OLE color: 13570997.
HSL color Cylindrical-coordinate representation of color #B513CF: hue angle of 291.7º 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 #B513CF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 19 | 207 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.19 |
| HSL | 291.7º | 0.83% | 0.44% | - |
| HSV(B) | 291.7º | 0.91% | 0.81% | - |
| XYZ | 30.55 | 14.79 | 60.28 | - |
| YUV | 88.87 | 194.67 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 207 | 0.13 | 0.91 | 0 | 0.19 | 291.7 | 0.83 | 0.44 |
| Hex | B5 | 13 | CF | D | 5B | 0 | 13 | 124 | 53 | 2C |
| Octal | 265 | 23 | 317 | 15 | 133 | 0 | 23 | 444 | 123 | 54 |
| Binary | 10110101 | 10011 | 11001111 | 1101 | 1011011 | 0 | 10011 | 100100100 | 1010011 | 101100 |
Color Harmonies of #B513CF
Complementary color
Monochromatic Colors of #B513CF
Black with #B513CF
Text Example
Text Example
White with #B513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513CF; }
p { color: rgb(181,19,207); }
H1.HeaderClassName
{
color: #B513CF;
}
.AnyTagClassName
{
color: #B513CF;
}
</style>
background-color css
<style>
a { background-color: #B513CF; }
a { background-color: rgb(181,19,207); }
div.DivClassName
{
background-color: #B513CF;
}
.BgClassName
{
background-color: #B513CF;
}
</style>
border-color css
<style>
span { border-color: #B513CF; }
span { border-color: rgb(181,19,207); }
td.TdClassName
{
border-color: #B513CF;
}
.TagClassName
{
border-color: #B513CF;
}
</style>