Shades of Deep Magenta #B512B9
Tints of Deep Magenta #B512B9
RGB
CMYK
RGB Variations
Color information
#B512B9 (or 0xB512B9) is known color: Deep Magenta. HEX triplet: B5, 12 and B9. RGB value is (181,18,185). Sum of RGB (Red+Green+Blue) = 181+18+185=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #B512B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512B9 is #4AED46. Grayscale: #555555. Windows color (decimal): -4910407 or 12128949. OLE color: 12128949.
HSL color Cylindrical-coordinate representation of color #B512B9: hue angle of 298.56º degrees, saturation: 0.82, 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 #B512B9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 18 | 185 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.27 |
| HSL | 298.56º | 0.82% | 0.4% | - |
| HSV(B) | 298.56º | 0.9% | 0.73% | - |
| XYZ | 28.03 | 13.76 | 47.08 | - |
| YUV | 85.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 185 | 0.02 | 0.90 | 0 | 0.27 | 298.56 | 0.82 | 0.4 |
| Hex | B5 | 12 | B9 | 2 | 5A | 0 | 1B | 12B | 52 | 28 |
| Octal | 265 | 22 | 271 | 2 | 132 | 0 | 33 | 453 | 122 | 50 |
| Binary | 10110101 | 10010 | 10111001 | 10 | 1011010 | 0 | 11011 | 100101011 | 1010010 | 101000 |
Color Harmonies of #B512B9
Complementary color
Monochromatic Colors of #B512B9
Black with #B512B9
Text Example
Text Example
White with #B512B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512B9; }
p { color: rgb(181,18,185); }
H1.HeaderClassName
{
color: #B512B9;
}
.AnyTagClassName
{
color: #B512B9;
}
</style>
background-color css
<style>
a { background-color: #B512B9; }
a { background-color: rgb(181,18,185); }
div.DivClassName
{
background-color: #B512B9;
}
.BgClassName
{
background-color: #B512B9;
}
</style>
border-color css
<style>
span { border-color: #B512B9; }
span { border-color: rgb(181,18,185); }
td.TdClassName
{
border-color: #B512B9;
}
.TagClassName
{
border-color: #B512B9;
}
</style>