Shades of Deep Magenta #B712CB
Tints of Deep Magenta #B712CB
RGB
CMYK
RGB Variations
Color information
#B712CB (or 0xB712CB) is known color: Deep Magenta. HEX triplet: B7, 12 and CB. RGB value is (183,18,203). Sum of RGB (Red+Green+Blue) = 183+18+203=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #B712CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712CB is #48ED34. Grayscale: #575757. Windows color (decimal): -4779317 or 13308599. OLE color: 13308599.
HSL color Cylindrical-coordinate representation of color #B712CB: hue angle of 293.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B712CB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 18 | 203 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.20 |
| HSL | 293.51º | 0.84% | 0.43% | - |
| HSV(B) | 293.51º | 0.91% | 0.8% | - |
| XYZ | 30.52 | 14.81 | 57.75 | - |
| YUV | 88.43 | 192.66 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 203 | 0.10 | 0.91 | 0 | 0.20 | 293.51 | 0.84 | 0.43 |
| Hex | B7 | 12 | CB | A | 5B | 0 | 14 | 126 | 54 | 2B |
| Octal | 267 | 22 | 313 | 12 | 133 | 0 | 24 | 446 | 124 | 53 |
| Binary | 10110111 | 10010 | 11001011 | 1010 | 1011011 | 0 | 10100 | 100100110 | 1010100 | 101011 |
Color Harmonies of #B712CB
Complementary color
Monochromatic Colors of #B712CB
Black with #B712CB
Text Example
Text Example
White with #B712CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712CB; }
p { color: rgb(183,18,203); }
H1.HeaderClassName
{
color: #B712CB;
}
.AnyTagClassName
{
color: #B712CB;
}
</style>
background-color css
<style>
a { background-color: #B712CB; }
a { background-color: rgb(183,18,203); }
div.DivClassName
{
background-color: #B712CB;
}
.BgClassName
{
background-color: #B712CB;
}
</style>
border-color css
<style>
span { border-color: #B712CB; }
span { border-color: rgb(183,18,203); }
td.TdClassName
{
border-color: #B712CB;
}
.TagClassName
{
border-color: #B712CB;
}
</style>