Shades of Deep Magenta #B512DA
Tints of Deep Magenta #B512DA
RGB
CMYK
RGB Variations
Color information
#B512DA (or 0xB512DA) is known color: Deep Magenta. HEX triplet: B5, 12 and DA. RGB value is (181,18,218). Sum of RGB (Red+Green+Blue) = 181+18+218=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #B512DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512DA is #4AED25. Grayscale: #585858. Windows color (decimal): -4910374 or 14291637. OLE color: 14291637.
HSL color Cylindrical-coordinate representation of color #B512DA: hue angle of 288.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B512DA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 18 | 218 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.15 |
| HSL | 288.9º | 0.85% | 0.46% | - |
| HSV(B) | 288.9º | 0.92% | 0.85% | - |
| XYZ | 31.93 | 15.32 | 67.6 | - |
| YUV | 89.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 218 | 0.17 | 0.92 | 0 | 0.15 | 288.9 | 0.85 | 0.46 |
| Hex | B5 | 12 | DA | 11 | 5C | 0 | F | 121 | 55 | 2E |
| Octal | 265 | 22 | 332 | 21 | 134 | 0 | 17 | 441 | 125 | 56 |
| Binary | 10110101 | 10010 | 11011010 | 10001 | 1011100 | 0 | 1111 | 100100001 | 1010101 | 101110 |
Color Harmonies of #B512DA
Complementary color
Monochromatic Colors of #B512DA
Black with #B512DA
Text Example
Text Example
White with #B512DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512DA; }
p { color: rgb(181,18,218); }
H1.HeaderClassName
{
color: #B512DA;
}
.AnyTagClassName
{
color: #B512DA;
}
</style>
background-color css
<style>
a { background-color: #B512DA; }
a { background-color: rgb(181,18,218); }
div.DivClassName
{
background-color: #B512DA;
}
.BgClassName
{
background-color: #B512DA;
}
</style>
border-color css
<style>
span { border-color: #B512DA; }
span { border-color: rgb(181,18,218); }
td.TdClassName
{
border-color: #B512DA;
}
.TagClassName
{
border-color: #B512DA;
}
</style>