Shades of Deep Magenta #B512DD
Tints of Deep Magenta #B512DD
RGB
CMYK
RGB Variations
Color information
#B512DD (or 0xB512DD) is known color: Deep Magenta. HEX triplet: B5, 12 and DD. RGB value is (181,18,221). Sum of RGB (Red+Green+Blue) = 181+18+221=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B512DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512DD is #4AED22. Grayscale: #595959. Windows color (decimal): -4910371 or 14488245. OLE color: 14488245.
HSL color Cylindrical-coordinate representation of color #B512DD: hue angle of 288.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512DD is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 18 | 221 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.13 |
| HSL | 288.18º | 0.85% | 0.47% | - |
| HSV(B) | 288.18º | 0.92% | 0.87% | - |
| XYZ | 32.32 | 15.48 | 69.69 | - |
| YUV | 89.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 221 | 0.18 | 0.92 | 0 | 0.13 | 288.18 | 0.85 | 0.47 |
| Hex | B5 | 12 | DD | 12 | 5C | 0 | D | 120 | 55 | 2F |
| Octal | 265 | 22 | 335 | 22 | 134 | 0 | 15 | 440 | 125 | 57 |
| Binary | 10110101 | 10010 | 11011101 | 10010 | 1011100 | 0 | 1101 | 100100000 | 1010101 | 101111 |
Color Harmonies of #B512DD
Complementary color
Monochromatic Colors of #B512DD
Black with #B512DD
Text Example
Text Example
White with #B512DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512DD; }
p { color: rgb(181,18,221); }
H1.HeaderClassName
{
color: #B512DD;
}
.AnyTagClassName
{
color: #B512DD;
}
</style>
background-color css
<style>
a { background-color: #B512DD; }
a { background-color: rgb(181,18,221); }
div.DivClassName
{
background-color: #B512DD;
}
.BgClassName
{
background-color: #B512DD;
}
</style>
border-color css
<style>
span { border-color: #B512DD; }
span { border-color: rgb(181,18,221); }
td.TdClassName
{
border-color: #B512DD;
}
.TagClassName
{
border-color: #B512DD;
}
</style>