Shades of Medium Violet Red #B712A2
Tints of Medium Violet Red #B712A2
RGB
CMYK
RGB Variations
Color information
#B712A2 (or 0xB712A2) is known color: Medium Violet Red. HEX triplet: B7, 12 and A2. RGB value is (183,18,162). Sum of RGB (Red+Green+Blue) = 183+18+162=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B712A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712A2 is #48ED5D. Grayscale: #535353. Windows color (decimal): -4779358 or 10621623. OLE color: 10621623.
HSL color Cylindrical-coordinate representation of color #B712A2: hue angle of 307.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 #B712A2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 162 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.28 |
| HSL | 307.64º | 0.82% | 0.39% | - |
| HSV(B) | 307.64º | 0.9% | 0.72% | - |
| XYZ | 26.27 | 13.11 | 35.33 | - |
| YUV | 83.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 162 | 0 | 0.90 | 0.11 | 0.28 | 307.64 | 0.82 | 0.39 |
| Hex | B7 | 12 | A2 | 0 | 5A | B | 1C | 134 | 52 | 27 |
| Octal | 267 | 22 | 242 | 0 | 132 | 13 | 34 | 464 | 122 | 47 |
| Binary | 10110111 | 10010 | 10100010 | 0 | 1011010 | 1011 | 11100 | 100110100 | 1010010 | 100111 |
Color Harmonies of #B712A2
Complementary color
Monochromatic Colors of #B712A2
Black with #B712A2
Text Example
Text Example
White with #B712A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712A2; }
p { color: rgb(183,18,162); }
H1.HeaderClassName
{
color: #B712A2;
}
.AnyTagClassName
{
color: #B712A2;
}
</style>
background-color css
<style>
a { background-color: #B712A2; }
a { background-color: rgb(183,18,162); }
div.DivClassName
{
background-color: #B712A2;
}
.BgClassName
{
background-color: #B712A2;
}
</style>
border-color css
<style>
span { border-color: #B712A2; }
span { border-color: rgb(183,18,162); }
td.TdClassName
{
border-color: #B712A2;
}
.TagClassName
{
border-color: #B712A2;
}
</style>