Shades of Deep Magenta #B510D0
Tints of Deep Magenta #B510D0
RGB
CMYK
RGB Variations
Color information
#B510D0 (or 0xB510D0) is known color: Deep Magenta. HEX triplet: B5, 10 and D0. RGB value is (181,16,208). Sum of RGB (Red+Green+Blue) = 181+16+208=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #B510D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510D0 is #4AEF2F. Grayscale: #565656. Windows color (decimal): -4910896 or 13635765. OLE color: 13635765.
HSL color Cylindrical-coordinate representation of color #B510D0: hue angle of 291.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B510D0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 16 | 208 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.18 |
| HSL | 291.56º | 0.86% | 0.44% | - |
| HSV(B) | 291.56º | 0.92% | 0.82% | - |
| XYZ | 30.63 | 14.75 | 60.91 | - |
| YUV | 87.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 208 | 0.13 | 0.92 | 0 | 0.18 | 291.56 | 0.86 | 0.44 |
| Hex | B5 | 10 | D0 | D | 5C | 0 | 12 | 124 | 56 | 2C |
| Octal | 265 | 20 | 320 | 15 | 134 | 0 | 22 | 444 | 126 | 54 |
| Binary | 10110101 | 10000 | 11010000 | 1101 | 1011100 | 0 | 10010 | 100100100 | 1010110 | 101100 |
Color Harmonies of #B510D0
Complementary color
Monochromatic Colors of #B510D0
Black with #B510D0
Text Example
Text Example
White with #B510D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510D0; }
p { color: rgb(181,16,208); }
H1.HeaderClassName
{
color: #B510D0;
}
.AnyTagClassName
{
color: #B510D0;
}
</style>
background-color css
<style>
a { background-color: #B510D0; }
a { background-color: rgb(181,16,208); }
div.DivClassName
{
background-color: #B510D0;
}
.BgClassName
{
background-color: #B510D0;
}
</style>
border-color css
<style>
span { border-color: #B510D0; }
span { border-color: rgb(181,16,208); }
td.TdClassName
{
border-color: #B510D0;
}
.TagClassName
{
border-color: #B510D0;
}
</style>