Shades of Medium Violet Red #B714A3
Tints of Medium Violet Red #B714A3
RGB
CMYK
RGB Variations
Color information
#B714A3 (or 0xB714A3) is known color: Medium Violet Red. HEX triplet: B7, 14 and A3. RGB value is (183,20,163). Sum of RGB (Red+Green+Blue) = 183+20+163=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B714A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714A3 is #48EB5C. Grayscale: #545454. Windows color (decimal): -4778845 or 10687671. OLE color: 10687671.
HSL color Cylindrical-coordinate representation of color #B714A3: hue angle of 307.36º 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 #B714A3 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 163 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.28 |
| HSL | 307.36º | 0.8% | 0.4% | - |
| HSV(B) | 307.36º | 0.89% | 0.72% | - |
| XYZ | 26.39 | 13.21 | 35.81 | - |
| YUV | 85.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 163 | 0 | 0.89 | 0.11 | 0.28 | 307.36 | 0.8 | 0.4 |
| Hex | B7 | 14 | A3 | 0 | 59 | B | 1C | 133 | 50 | 28 |
| Octal | 267 | 24 | 243 | 0 | 131 | 13 | 34 | 463 | 120 | 50 |
| Binary | 10110111 | 10100 | 10100011 | 0 | 1011001 | 1011 | 11100 | 100110011 | 1010000 | 101000 |
Color Harmonies of #B714A3
Complementary color
Monochromatic Colors of #B714A3
Black with #B714A3
Text Example
Text Example
White with #B714A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714A3; }
p { color: rgb(183,20,163); }
H1.HeaderClassName
{
color: #B714A3;
}
.AnyTagClassName
{
color: #B714A3;
}
</style>
background-color css
<style>
a { background-color: #B714A3; }
a { background-color: rgb(183,20,163); }
div.DivClassName
{
background-color: #B714A3;
}
.BgClassName
{
background-color: #B714A3;
}
</style>
border-color css
<style>
span { border-color: #B714A3; }
span { border-color: rgb(183,20,163); }
td.TdClassName
{
border-color: #B714A3;
}
.TagClassName
{
border-color: #B714A3;
}
</style>