Shades of Medium Violet Red #B712A0
Tints of Medium Violet Red #B712A0
RGB
CMYK
RGB Variations
Color information
#B712A0 (or 0xB712A0) is known color: Medium Violet Red. HEX triplet: B7, 12 and A0. RGB value is (183,18,160). Sum of RGB (Red+Green+Blue) = 183+18+160=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B712A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B712A0 is #48ED5F. Grayscale: #535353. Windows color (decimal): -4779360 or 10490551. OLE color: 10490551.
HSL color Cylindrical-coordinate representation of color #B712A0: hue angle of 308.36º 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 #B712A0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 160 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.28 |
| HSL | 308.36º | 0.82% | 0.39% | - |
| HSV(B) | 308.36º | 0.9% | 0.72% | - |
| XYZ | 26.09 | 13.04 | 34.4 | - |
| YUV | 83.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 160 | 0 | 0.90 | 0.13 | 0.28 | 308.36 | 0.82 | 0.39 |
| Hex | B7 | 12 | A0 | 0 | 5A | D | 1C | 134 | 52 | 27 |
| Octal | 267 | 22 | 240 | 0 | 132 | 15 | 34 | 464 | 122 | 47 |
| Binary | 10110111 | 10010 | 10100000 | 0 | 1011010 | 1101 | 11100 | 100110100 | 1010010 | 100111 |
Color Harmonies of #B712A0
Complementary color
Monochromatic Colors of #B712A0
Black with #B712A0
Text Example
Text Example
White with #B712A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712A0; }
p { color: rgb(183,18,160); }
H1.HeaderClassName
{
color: #B712A0;
}
.AnyTagClassName
{
color: #B712A0;
}
</style>
background-color css
<style>
a { background-color: #B712A0; }
a { background-color: rgb(183,18,160); }
div.DivClassName
{
background-color: #B712A0;
}
.BgClassName
{
background-color: #B712A0;
}
</style>
border-color css
<style>
span { border-color: #B712A0; }
span { border-color: rgb(183,18,160); }
td.TdClassName
{
border-color: #B712A0;
}
.TagClassName
{
border-color: #B712A0;
}
</style>