Shades of Deep Magenta #B712AD
Tints of Deep Magenta #B712AD
RGB
CMYK
RGB Variations
Color information
#B712AD (or 0xB712AD) is known color: Deep Magenta. HEX triplet: B7, 12 and AD. RGB value is (183,18,173). Sum of RGB (Red+Green+Blue) = 183+18+173=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B712AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712AD is #48ED52. Grayscale: #545454. Windows color (decimal): -4779347 or 11342519. OLE color: 11342519.
HSL color Cylindrical-coordinate representation of color #B712AD: hue angle of 303.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B712AD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 173 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.28 |
| HSL | 303.64º | 0.82% | 0.39% | - |
| HSV(B) | 303.64º | 0.9% | 0.72% | - |
| XYZ | 27.29 | 13.52 | 40.71 | - |
| YUV | 85.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 173 | 0 | 0.90 | 0.05 | 0.28 | 303.64 | 0.82 | 0.39 |
| Hex | B7 | 12 | AD | 0 | 5A | 5 | 1C | 130 | 52 | 27 |
| Octal | 267 | 22 | 255 | 0 | 132 | 5 | 34 | 460 | 122 | 47 |
| Binary | 10110111 | 10010 | 10101101 | 0 | 1011010 | 101 | 11100 | 100110000 | 1010010 | 100111 |
Color Harmonies of #B712AD
Complementary color
Monochromatic Colors of #B712AD
Black with #B712AD
Text Example
Text Example
White with #B712AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712AD; }
p { color: rgb(183,18,173); }
H1.HeaderClassName
{
color: #B712AD;
}
.AnyTagClassName
{
color: #B712AD;
}
</style>
background-color css
<style>
a { background-color: #B712AD; }
a { background-color: rgb(183,18,173); }
div.DivClassName
{
background-color: #B712AD;
}
.BgClassName
{
background-color: #B712AD;
}
</style>
border-color css
<style>
span { border-color: #B712AD; }
span { border-color: rgb(183,18,173); }
td.TdClassName
{
border-color: #B712AD;
}
.TagClassName
{
border-color: #B712AD;
}
</style>