Shades of Medium Red Violet #B72A99
Tints of Medium Red Violet #B72A99
RGB
CMYK
RGB Variations
Color information
#B72A99 (or 0xB72A99) is known color: Medium Red Violet. HEX triplet: B7, 2A and 99. RGB value is (183,42,153). Sum of RGB (Red+Green+Blue) = 183+42+153=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A99 is #48D566. Grayscale: #606060. Windows color (decimal): -4773223 or 10037943. OLE color: 10037943.
HSL color Cylindrical-coordinate representation of color #B72A99: hue angle of 312.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A99 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 153 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.28 |
| HSL | 312.77º | 0.63% | 0.44% | - |
| HSV(B) | 312.77º | 0.77% | 0.72% | - |
| XYZ | 26.11 | 14.02 | 31.47 | - |
| YUV | 96.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 153 | 0 | 0.77 | 0.16 | 0.28 | 312.77 | 0.63 | 0.44 |
| Hex | B7 | 2A | 99 | 0 | 4D | 10 | 1C | 139 | 3F | 2C |
| Octal | 267 | 52 | 231 | 0 | 115 | 20 | 34 | 471 | 77 | 54 |
| Binary | 10110111 | 101010 | 10011001 | 0 | 1001101 | 10000 | 11100 | 100111001 | 111111 | 101100 |
Color Harmonies of #B72A99
Complementary color
Monochromatic Colors of #B72A99
Black with #B72A99
Text Example
Text Example
White with #B72A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A99; }
p { color: rgb(183,42,153); }
H1.HeaderClassName
{
color: #B72A99;
}
.AnyTagClassName
{
color: #B72A99;
}
</style>
background-color css
<style>
a { background-color: #B72A99; }
a { background-color: rgb(183,42,153); }
div.DivClassName
{
background-color: #B72A99;
}
.BgClassName
{
background-color: #B72A99;
}
</style>
border-color css
<style>
span { border-color: #B72A99; }
span { border-color: rgb(183,42,153); }
td.TdClassName
{
border-color: #B72A99;
}
.TagClassName
{
border-color: #B72A99;
}
</style>