Shades of Deep Magenta #B512B7
Tints of Deep Magenta #B512B7
RGB
CMYK
RGB Variations
Color information
#B512B7 (or 0xB512B7) is known color: Deep Magenta. HEX triplet: B5, 12 and B7. RGB value is (181,18,183). Sum of RGB (Red+Green+Blue) = 181+18+183=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #B512B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512B7 is #4AED48. Grayscale: #555555. Windows color (decimal): -4910409 or 11997877. OLE color: 11997877.
HSL color Cylindrical-coordinate representation of color #B512B7: hue angle of 299.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512B7 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 18 | 183 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.28 |
| HSL | 299.27º | 0.82% | 0.39% | - |
| HSV(B) | 299.27º | 0.9% | 0.72% | - |
| XYZ | 27.82 | 13.68 | 45.97 | - |
| YUV | 85.55 | 183 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 183 | 0.01 | 0.90 | 0 | 0.28 | 299.27 | 0.82 | 0.39 |
| Hex | B5 | 12 | B7 | 1 | 5A | 0 | 1C | 12B | 52 | 27 |
| Octal | 265 | 22 | 267 | 1 | 132 | 0 | 34 | 453 | 122 | 47 |
| Binary | 10110101 | 10010 | 10110111 | 1 | 1011010 | 0 | 11100 | 100101011 | 1010010 | 100111 |
Color Harmonies of #B512B7
Complementary color
Monochromatic Colors of #B512B7
Black with #B512B7
Text Example
Text Example
White with #B512B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512B7; }
p { color: rgb(181,18,183); }
H1.HeaderClassName
{
color: #B512B7;
}
.AnyTagClassName
{
color: #B512B7;
}
</style>
background-color css
<style>
a { background-color: #B512B7; }
a { background-color: rgb(181,18,183); }
div.DivClassName
{
background-color: #B512B7;
}
.BgClassName
{
background-color: #B512B7;
}
</style>
border-color css
<style>
span { border-color: #B512B7; }
span { border-color: rgb(181,18,183); }
td.TdClassName
{
border-color: #B512B7;
}
.TagClassName
{
border-color: #B512B7;
}
</style>