Shades of Deep Magenta #B513B9
Tints of Deep Magenta #B513B9
RGB
CMYK
RGB Variations
Color information
#B513B9 (or 0xB513B9) is known color: Deep Magenta. HEX triplet: B5, 13 and B9. RGB value is (181,19,185). Sum of RGB (Red+Green+Blue) = 181+19+185=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #B513B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513B9 is #4AEC46. Grayscale: #555555. Windows color (decimal): -4910151 or 12129205. OLE color: 12129205.
HSL color Cylindrical-coordinate representation of color #B513B9: hue angle of 298.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513B9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 19 | 185 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.27 |
| HSL | 298.55º | 0.81% | 0.4% | - |
| HSV(B) | 298.55º | 0.9% | 0.73% | - |
| XYZ | 28.05 | 13.79 | 47.08 | - |
| YUV | 86.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 185 | 0.02 | 0.90 | 0 | 0.27 | 298.55 | 0.81 | 0.4 |
| Hex | B5 | 13 | B9 | 2 | 5A | 0 | 1B | 12B | 51 | 28 |
| Octal | 265 | 23 | 271 | 2 | 132 | 0 | 33 | 453 | 121 | 50 |
| Binary | 10110101 | 10011 | 10111001 | 10 | 1011010 | 0 | 11011 | 100101011 | 1010001 | 101000 |
Color Harmonies of #B513B9
Complementary color
Monochromatic Colors of #B513B9
Black with #B513B9
Text Example
Text Example
White with #B513B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513B9; }
p { color: rgb(181,19,185); }
H1.HeaderClassName
{
color: #B513B9;
}
.AnyTagClassName
{
color: #B513B9;
}
</style>
background-color css
<style>
a { background-color: #B513B9; }
a { background-color: rgb(181,19,185); }
div.DivClassName
{
background-color: #B513B9;
}
.BgClassName
{
background-color: #B513B9;
}
</style>
border-color css
<style>
span { border-color: #B513B9; }
span { border-color: rgb(181,19,185); }
td.TdClassName
{
border-color: #B513B9;
}
.TagClassName
{
border-color: #B513B9;
}
</style>