Shades of Deep Magenta #B712CF
Tints of Deep Magenta #B712CF
RGB
CMYK
RGB Variations
Color information
#B712CF (or 0xB712CF) is known color: Deep Magenta. HEX triplet: B7, 12 and CF. RGB value is (183,18,207). Sum of RGB (Red+Green+Blue) = 183+18+207=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #B712CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712CF is #48ED30. Grayscale: #585858. Windows color (decimal): -4779313 or 13570743. OLE color: 13570743.
HSL color Cylindrical-coordinate representation of color #B712CF: hue angle of 292.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712CF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 18 | 207 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.19 |
| HSL | 292.38º | 0.84% | 0.44% | - |
| HSV(B) | 292.38º | 0.91% | 0.81% | - |
| XYZ | 31.01 | 15 | 60.29 | - |
| YUV | 88.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 207 | 0.12 | 0.91 | 0 | 0.19 | 292.38 | 0.84 | 0.44 |
| Hex | B7 | 12 | CF | C | 5B | 0 | 13 | 124 | 54 | 2C |
| Octal | 267 | 22 | 317 | 14 | 133 | 0 | 23 | 444 | 124 | 54 |
| Binary | 10110111 | 10010 | 11001111 | 1100 | 1011011 | 0 | 10011 | 100100100 | 1010100 | 101100 |
Color Harmonies of #B712CF
Complementary color
Monochromatic Colors of #B712CF
Black with #B712CF
Text Example
Text Example
White with #B712CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712CF; }
p { color: rgb(183,18,207); }
H1.HeaderClassName
{
color: #B712CF;
}
.AnyTagClassName
{
color: #B712CF;
}
</style>
background-color css
<style>
a { background-color: #B712CF; }
a { background-color: rgb(183,18,207); }
div.DivClassName
{
background-color: #B712CF;
}
.BgClassName
{
background-color: #B712CF;
}
</style>
border-color css
<style>
span { border-color: #B712CF; }
span { border-color: rgb(183,18,207); }
td.TdClassName
{
border-color: #B712CF;
}
.TagClassName
{
border-color: #B712CF;
}
</style>