Shades of Medium Violet Red #B714A2
Tints of Medium Violet Red #B714A2
RGB
CMYK
RGB Variations
Color information
#B714A2 (or 0xB714A2) is known color: Medium Violet Red. HEX triplet: B7, 14 and A2. RGB value is (183,20,162). Sum of RGB (Red+Green+Blue) = 183+20+162=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B714A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714A2 is #48EB5D. Grayscale: #545454. Windows color (decimal): -4778846 or 10622135. OLE color: 10622135.
HSL color Cylindrical-coordinate representation of color #B714A2: hue angle of 307.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714A2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 162 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.28 |
| HSL | 307.73º | 0.8% | 0.4% | - |
| HSV(B) | 307.73º | 0.89% | 0.72% | - |
| XYZ | 26.3 | 13.18 | 35.34 | - |
| YUV | 84.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 162 | 0 | 0.89 | 0.11 | 0.28 | 307.73 | 0.8 | 0.4 |
| Hex | B7 | 14 | A2 | 0 | 59 | B | 1C | 134 | 50 | 28 |
| Octal | 267 | 24 | 242 | 0 | 131 | 13 | 34 | 464 | 120 | 50 |
| Binary | 10110111 | 10100 | 10100010 | 0 | 1011001 | 1011 | 11100 | 100110100 | 1010000 | 101000 |
Color Harmonies of #B714A2
Complementary color
Monochromatic Colors of #B714A2
Black with #B714A2
Text Example
Text Example
White with #B714A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714A2; }
p { color: rgb(183,20,162); }
H1.HeaderClassName
{
color: #B714A2;
}
.AnyTagClassName
{
color: #B714A2;
}
</style>
background-color css
<style>
a { background-color: #B714A2; }
a { background-color: rgb(183,20,162); }
div.DivClassName
{
background-color: #B714A2;
}
.BgClassName
{
background-color: #B714A2;
}
</style>
border-color css
<style>
span { border-color: #B714A2; }
span { border-color: rgb(183,20,162); }
td.TdClassName
{
border-color: #B714A2;
}
.TagClassName
{
border-color: #B714A2;
}
</style>