Shades of Deep Magenta #B712BD
Tints of Deep Magenta #B712BD
RGB
CMYK
RGB Variations
Color information
#B712BD (or 0xB712BD) is known color: Deep Magenta. HEX triplet: B7, 12 and BD. RGB value is (183,18,189). Sum of RGB (Red+Green+Blue) = 183+18+189=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B712BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712BD is #48ED42. Grayscale: #565656. Windows color (decimal): -4779331 or 12391095. OLE color: 12391095.
HSL color Cylindrical-coordinate representation of color #B712BD: hue angle of 297.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B712BD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 18 | 189 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.26 |
| HSL | 297.89º | 0.83% | 0.41% | - |
| HSV(B) | 297.89º | 0.9% | 0.74% | - |
| XYZ | 28.93 | 14.17 | 49.36 | - |
| YUV | 86.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 189 | 0.03 | 0.90 | 0 | 0.26 | 297.89 | 0.83 | 0.41 |
| Hex | B7 | 12 | BD | 3 | 5A | 0 | 1A | 12A | 53 | 29 |
| Octal | 267 | 22 | 275 | 3 | 132 | 0 | 32 | 452 | 123 | 51 |
| Binary | 10110111 | 10010 | 10111101 | 11 | 1011010 | 0 | 11010 | 100101010 | 1010011 | 101001 |
Color Harmonies of #B712BD
Complementary color
Monochromatic Colors of #B712BD
Black with #B712BD
Text Example
Text Example
White with #B712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712BD; }
p { color: rgb(183,18,189); }
H1.HeaderClassName
{
color: #B712BD;
}
.AnyTagClassName
{
color: #B712BD;
}
</style>
background-color css
<style>
a { background-color: #B712BD; }
a { background-color: rgb(183,18,189); }
div.DivClassName
{
background-color: #B712BD;
}
.BgClassName
{
background-color: #B712BD;
}
</style>
border-color css
<style>
span { border-color: #B712BD; }
span { border-color: rgb(183,18,189); }
td.TdClassName
{
border-color: #B712BD;
}
.TagClassName
{
border-color: #B712BD;
}
</style>