Shades of Deep Magenta #B712CC
Tints of Deep Magenta #B712CC
RGB
CMYK
RGB Variations
Color information
#B712CC (or 0xB712CC) is known color: Deep Magenta. HEX triplet: B7, 12 and CC. RGB value is (183,18,204). Sum of RGB (Red+Green+Blue) = 183+18+204=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B712CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712CC is #48ED33. Grayscale: #575757. Windows color (decimal): -4779316 or 13374135. OLE color: 13374135.
HSL color Cylindrical-coordinate representation of color #B712CC: hue angle of 293.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712CC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 18 | 204 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.2 |
| HSL | 293.23º | 0.84% | 0.44% | - |
| HSV(B) | 293.23º | 0.91% | 0.8% | - |
| XYZ | 30.64 | 14.86 | 58.38 | - |
| YUV | 88.54 | 193.16 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 204 | 0.10 | 0.91 | 0 | 0.2 | 293.23 | 0.84 | 0.44 |
| Hex | B7 | 12 | CC | A | 5B | 0 | 14 | 125 | 54 | 2C |
| Octal | 267 | 22 | 314 | 12 | 133 | 0 | 24 | 445 | 124 | 54 |
| Binary | 10110111 | 10010 | 11001100 | 1010 | 1011011 | 0 | 10100 | 100100101 | 1010100 | 101100 |
Color Harmonies of #B712CC
Complementary color
Monochromatic Colors of #B712CC
Black with #B712CC
Text Example
Text Example
White with #B712CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712CC; }
p { color: rgb(183,18,204); }
H1.HeaderClassName
{
color: #B712CC;
}
.AnyTagClassName
{
color: #B712CC;
}
</style>
background-color css
<style>
a { background-color: #B712CC; }
a { background-color: rgb(183,18,204); }
div.DivClassName
{
background-color: #B712CC;
}
.BgClassName
{
background-color: #B712CC;
}
</style>
border-color css
<style>
span { border-color: #B712CC; }
span { border-color: rgb(183,18,204); }
td.TdClassName
{
border-color: #B712CC;
}
.TagClassName
{
border-color: #B712CC;
}
</style>