Shades of Deep Magenta #B712C2
Tints of Deep Magenta #B712C2
RGB
CMYK
RGB Variations
Color information
#B712C2 (or 0xB712C2) is known color: Deep Magenta. HEX triplet: B7, 12 and C2. RGB value is (183,18,194). Sum of RGB (Red+Green+Blue) = 183+18+194=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #B712C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712C2 is #48ED3D. Grayscale: #565656. Windows color (decimal): -4779326 or 12718775. OLE color: 12718775.
HSL color Cylindrical-coordinate representation of color #B712C2: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712C2 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 18 | 194 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.24 |
| HSL | 296.25º | 0.83% | 0.42% | - |
| HSV(B) | 296.25º | 0.91% | 0.76% | - |
| XYZ | 29.48 | 14.39 | 52.26 | - |
| YUV | 87.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 194 | 0.06 | 0.91 | 0 | 0.24 | 296.25 | 0.83 | 0.42 |
| Hex | B7 | 12 | C2 | 6 | 5B | 0 | 18 | 128 | 53 | 2A |
| Octal | 267 | 22 | 302 | 6 | 133 | 0 | 30 | 450 | 123 | 52 |
| Binary | 10110111 | 10010 | 11000010 | 110 | 1011011 | 0 | 11000 | 100101000 | 1010011 | 101010 |
Color Harmonies of #B712C2
Complementary color
Monochromatic Colors of #B712C2
Black with #B712C2
Text Example
Text Example
White with #B712C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712C2; }
p { color: rgb(183,18,194); }
H1.HeaderClassName
{
color: #B712C2;
}
.AnyTagClassName
{
color: #B712C2;
}
</style>
background-color css
<style>
a { background-color: #B712C2; }
a { background-color: rgb(183,18,194); }
div.DivClassName
{
background-color: #B712C2;
}
.BgClassName
{
background-color: #B712C2;
}
</style>
border-color css
<style>
span { border-color: #B712C2; }
span { border-color: rgb(183,18,194); }
td.TdClassName
{
border-color: #B712C2;
}
.TagClassName
{
border-color: #B712C2;
}
</style>