Shades of Medium Red Violet #B72A8C
Tints of Medium Red Violet #B72A8C
RGB
CMYK
RGB Variations
Color information
#B72A8C (or 0xB72A8C) is known color: Medium Red Violet. HEX triplet: B7, 2A and 8C. RGB value is (183,42,140). Sum of RGB (Red+Green+Blue) = 183+42+140=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A8C is #48D573. Grayscale: #5F5F5F. Windows color (decimal): -4773236 or 9185975. OLE color: 9185975.
HSL color Cylindrical-coordinate representation of color #B72A8C: hue angle of 318.3º 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 #B72A8C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 140 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.28 |
| HSL | 318.3º | 0.63% | 0.44% | - |
| HSV(B) | 318.3º | 0.77% | 0.72% | - |
| XYZ | 25.09 | 13.62 | 26.12 | - |
| YUV | 95.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 140 | 0 | 0.77 | 0.23 | 0.28 | 318.3 | 0.63 | 0.44 |
| Hex | B7 | 2A | 8C | 0 | 4D | 17 | 1C | 13E | 3F | 2C |
| Octal | 267 | 52 | 214 | 0 | 115 | 27 | 34 | 476 | 77 | 54 |
| Binary | 10110111 | 101010 | 10001100 | 0 | 1001101 | 10111 | 11100 | 100111110 | 111111 | 101100 |
Color Harmonies of #B72A8C
Complementary color
Monochromatic Colors of #B72A8C
Black with #B72A8C
Text Example
Text Example
White with #B72A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A8C; }
p { color: rgb(183,42,140); }
H1.HeaderClassName
{
color: #B72A8C;
}
.AnyTagClassName
{
color: #B72A8C;
}
</style>
background-color css
<style>
a { background-color: #B72A8C; }
a { background-color: rgb(183,42,140); }
div.DivClassName
{
background-color: #B72A8C;
}
.BgClassName
{
background-color: #B72A8C;
}
</style>
border-color css
<style>
span { border-color: #B72A8C; }
span { border-color: rgb(183,42,140); }
td.TdClassName
{
border-color: #B72A8C;
}
.TagClassName
{
border-color: #B72A8C;
}
</style>