Shades of Medium Red Violet #B72DA2
Tints of Medium Red Violet #B72DA2
RGB
CMYK
RGB Variations
Color information
#B72DA2 (or 0xB72DA2) is known color: Medium Red Violet. HEX triplet: B7, 2D and A2. RGB value is (183,45,162). Sum of RGB (Red+Green+Blue) = 183+45+162=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DA2 is #48D25D. Grayscale: #636363. Windows color (decimal): -4772446 or 10628535. OLE color: 10628535.
HSL color Cylindrical-coordinate representation of color #B72DA2: hue angle of 309.13º 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 #B72DA2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 162 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.28 |
| HSL | 309.13º | 0.61% | 0.45% | - |
| HSV(B) | 309.13º | 0.75% | 0.72% | - |
| XYZ | 26.99 | 14.55 | 35.57 | - |
| YUV | 99.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 162 | 0 | 0.75 | 0.11 | 0.28 | 309.13 | 0.61 | 0.45 |
| Hex | B7 | 2D | A2 | 0 | 4B | B | 1C | 135 | 3D | 2D |
| Octal | 267 | 55 | 242 | 0 | 113 | 13 | 34 | 465 | 75 | 55 |
| Binary | 10110111 | 101101 | 10100010 | 0 | 1001011 | 1011 | 11100 | 100110101 | 111101 | 101101 |
Color Harmonies of #B72DA2
Complementary color
Monochromatic Colors of #B72DA2
Black with #B72DA2
Text Example
Text Example
White with #B72DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DA2; }
p { color: rgb(183,45,162); }
H1.HeaderClassName
{
color: #B72DA2;
}
.AnyTagClassName
{
color: #B72DA2;
}
</style>
background-color css
<style>
a { background-color: #B72DA2; }
a { background-color: rgb(183,45,162); }
div.DivClassName
{
background-color: #B72DA2;
}
.BgClassName
{
background-color: #B72DA2;
}
</style>
border-color css
<style>
span { border-color: #B72DA2; }
span { border-color: rgb(183,45,162); }
td.TdClassName
{
border-color: #B72DA2;
}
.TagClassName
{
border-color: #B72DA2;
}
</style>