Shades of Medium Red Violet #B72DA1
Tints of Medium Red Violet #B72DA1
RGB
CMYK
RGB Variations
Color information
#B72DA1 (or 0xB72DA1) is known color: Medium Red Violet. HEX triplet: B7, 2D and A1. RGB value is (183,45,161). Sum of RGB (Red+Green+Blue) = 183+45+161=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DA1 is #48D25E. Grayscale: #636363. Windows color (decimal): -4772447 or 10562999. OLE color: 10562999.
HSL color Cylindrical-coordinate representation of color #B72DA1: hue angle of 309.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DA1 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 161 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.28 |
| HSL | 309.57º | 0.61% | 0.45% | - |
| HSV(B) | 309.57º | 0.75% | 0.72% | - |
| XYZ | 26.9 | 14.52 | 35.1 | - |
| YUV | 99.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 161 | 0 | 0.75 | 0.12 | 0.28 | 309.57 | 0.61 | 0.45 |
| Hex | B7 | 2D | A1 | 0 | 4B | C | 1C | 136 | 3D | 2D |
| Octal | 267 | 55 | 241 | 0 | 113 | 14 | 34 | 466 | 75 | 55 |
| Binary | 10110111 | 101101 | 10100001 | 0 | 1001011 | 1100 | 11100 | 100110110 | 111101 | 101101 |
Color Harmonies of #B72DA1
Complementary color
Monochromatic Colors of #B72DA1
Black with #B72DA1
Text Example
Text Example
White with #B72DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DA1; }
p { color: rgb(183,45,161); }
H1.HeaderClassName
{
color: #B72DA1;
}
.AnyTagClassName
{
color: #B72DA1;
}
</style>
background-color css
<style>
a { background-color: #B72DA1; }
a { background-color: rgb(183,45,161); }
div.DivClassName
{
background-color: #B72DA1;
}
.BgClassName
{
background-color: #B72DA1;
}
</style>
border-color css
<style>
span { border-color: #B72DA1; }
span { border-color: rgb(183,45,161); }
td.TdClassName
{
border-color: #B72DA1;
}
.TagClassName
{
border-color: #B72DA1;
}
</style>