Shades of Deep Magenta #B712BB
Tints of Deep Magenta #B712BB
RGB
CMYK
RGB Variations
Color information
#B712BB (or 0xB712BB) is known color: Deep Magenta. HEX triplet: B7, 12 and BB. RGB value is (183,18,187). Sum of RGB (Red+Green+Blue) = 183+18+187=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #B712BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712BB is #48ED44. Grayscale: #565656. Windows color (decimal): -4779333 or 12260023. OLE color: 12260023.
HSL color Cylindrical-coordinate representation of color #B712BB: hue angle of 298.58º 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 #B712BB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 18 | 187 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.27 |
| HSL | 298.58º | 0.82% | 0.4% | - |
| HSV(B) | 298.58º | 0.9% | 0.73% | - |
| XYZ | 28.71 | 14.09 | 48.22 | - |
| YUV | 86.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 187 | 0.02 | 0.90 | 0 | 0.27 | 298.58 | 0.82 | 0.4 |
| Hex | B7 | 12 | BB | 2 | 5A | 0 | 1B | 12B | 52 | 28 |
| Octal | 267 | 22 | 273 | 2 | 132 | 0 | 33 | 453 | 122 | 50 |
| Binary | 10110111 | 10010 | 10111011 | 10 | 1011010 | 0 | 11011 | 100101011 | 1010010 | 101000 |
Color Harmonies of #B712BB
Complementary color
Monochromatic Colors of #B712BB
Black with #B712BB
Text Example
Text Example
White with #B712BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712BB; }
p { color: rgb(183,18,187); }
H1.HeaderClassName
{
color: #B712BB;
}
.AnyTagClassName
{
color: #B712BB;
}
</style>
background-color css
<style>
a { background-color: #B712BB; }
a { background-color: rgb(183,18,187); }
div.DivClassName
{
background-color: #B712BB;
}
.BgClassName
{
background-color: #B712BB;
}
</style>
border-color css
<style>
span { border-color: #B712BB; }
span { border-color: rgb(183,18,187); }
td.TdClassName
{
border-color: #B712BB;
}
.TagClassName
{
border-color: #B712BB;
}
</style>