Shades of Medium Violet Red #B720A1
Tints of Medium Violet Red #B720A1
RGB
CMYK
RGB Variations
Color information
#B720A1 (or 0xB720A1) is known color: Medium Violet Red. HEX triplet: B7, 20 and A1. RGB value is (183,32,161). Sum of RGB (Red+Green+Blue) = 183+32+161=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B720A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720A1 is #48DF5E. Grayscale: #5B5B5B. Windows color (decimal): -4775775 or 10559671. OLE color: 10559671.
HSL color Cylindrical-coordinate representation of color #B720A1: hue angle of 308.74º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720A1 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 161 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.28 |
| HSL | 308.74º | 0.7% | 0.42% | - |
| HSV(B) | 308.74º | 0.83% | 0.72% | - |
| XYZ | 26.48 | 13.67 | 34.96 | - |
| YUV | 91.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 161 | 0 | 0.83 | 0.12 | 0.28 | 308.74 | 0.7 | 0.42 |
| Hex | B7 | 20 | A1 | 0 | 53 | C | 1C | 135 | 46 | 2A |
| Octal | 267 | 40 | 241 | 0 | 123 | 14 | 34 | 465 | 106 | 52 |
| Binary | 10110111 | 100000 | 10100001 | 0 | 1010011 | 1100 | 11100 | 100110101 | 1000110 | 101010 |
Color Harmonies of #B720A1
Complementary color
Monochromatic Colors of #B720A1
Black with #B720A1
Text Example
Text Example
White with #B720A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720A1; }
p { color: rgb(183,32,161); }
H1.HeaderClassName
{
color: #B720A1;
}
.AnyTagClassName
{
color: #B720A1;
}
</style>
background-color css
<style>
a { background-color: #B720A1; }
a { background-color: rgb(183,32,161); }
div.DivClassName
{
background-color: #B720A1;
}
.BgClassName
{
background-color: #B720A1;
}
</style>
border-color css
<style>
span { border-color: #B720A1; }
span { border-color: rgb(183,32,161); }
td.TdClassName
{
border-color: #B720A1;
}
.TagClassName
{
border-color: #B720A1;
}
</style>