Shades of Deep Magenta #B712B2
Tints of Deep Magenta #B712B2
RGB
CMYK
RGB Variations
Color information
#B712B2 (or 0xB712B2) is known color: Deep Magenta. HEX triplet: B7, 12 and B2. RGB value is (183,18,178). Sum of RGB (Red+Green+Blue) = 183+18+178=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B712B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712B2 is #48ED4D. Grayscale: #555555. Windows color (decimal): -4779342 or 11670199. OLE color: 11670199.
HSL color Cylindrical-coordinate representation of color #B712B2: hue angle of 301.82º 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 #B712B2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 178 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.28 |
| HSL | 301.82º | 0.82% | 0.39% | - |
| HSV(B) | 301.82º | 0.9% | 0.72% | - |
| XYZ | 27.78 | 13.71 | 43.3 | - |
| YUV | 85.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 178 | 0 | 0.90 | 0.03 | 0.28 | 301.82 | 0.82 | 0.39 |
| Hex | B7 | 12 | B2 | 0 | 5A | 3 | 1C | 12E | 52 | 27 |
| Octal | 267 | 22 | 262 | 0 | 132 | 3 | 34 | 456 | 122 | 47 |
| Binary | 10110111 | 10010 | 10110010 | 0 | 1011010 | 11 | 11100 | 100101110 | 1010010 | 100111 |
Color Harmonies of #B712B2
Complementary color
Monochromatic Colors of #B712B2
Black with #B712B2
Text Example
Text Example
White with #B712B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712B2; }
p { color: rgb(183,18,178); }
H1.HeaderClassName
{
color: #B712B2;
}
.AnyTagClassName
{
color: #B712B2;
}
</style>
background-color css
<style>
a { background-color: #B712B2; }
a { background-color: rgb(183,18,178); }
div.DivClassName
{
background-color: #B712B2;
}
.BgClassName
{
background-color: #B712B2;
}
</style>
border-color css
<style>
span { border-color: #B712B2; }
span { border-color: rgb(183,18,178); }
td.TdClassName
{
border-color: #B712B2;
}
.TagClassName
{
border-color: #B712B2;
}
</style>