Shades of Medium Red Violet #B72F8C
Tints of Medium Red Violet #B72F8C
RGB
CMYK
RGB Variations
Color information
#B72F8C (or 0xB72F8C) is known color: Medium Red Violet. HEX triplet: B7, 2F and 8C. RGB value is (183,47,140). Sum of RGB (Red+Green+Blue) = 183+47+140=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72F8C is #48D073. Grayscale: #626262. Windows color (decimal): -4771956 or 9187255. OLE color: 9187255.
HSL color Cylindrical-coordinate representation of color #B72F8C: hue angle of 318.97º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F8C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 140 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.28 |
| HSL | 318.97º | 0.59% | 0.45% | - |
| HSV(B) | 318.97º | 0.74% | 0.72% | - |
| XYZ | 25.28 | 13.99 | 26.18 | - |
| YUV | 98.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 140 | 0 | 0.74 | 0.23 | 0.28 | 318.97 | 0.59 | 0.45 |
| Hex | B7 | 2F | 8C | 0 | 4A | 17 | 1C | 13F | 3B | 2D |
| Octal | 267 | 57 | 214 | 0 | 112 | 27 | 34 | 477 | 73 | 55 |
| Binary | 10110111 | 101111 | 10001100 | 0 | 1001010 | 10111 | 11100 | 100111111 | 111011 | 101101 |
Color Harmonies of #B72F8C
Complementary color
Monochromatic Colors of #B72F8C
Black with #B72F8C
Text Example
Text Example
White with #B72F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F8C; }
p { color: rgb(183,47,140); }
H1.HeaderClassName
{
color: #B72F8C;
}
.AnyTagClassName
{
color: #B72F8C;
}
</style>
background-color css
<style>
a { background-color: #B72F8C; }
a { background-color: rgb(183,47,140); }
div.DivClassName
{
background-color: #B72F8C;
}
.BgClassName
{
background-color: #B72F8C;
}
</style>
border-color css
<style>
span { border-color: #B72F8C; }
span { border-color: rgb(183,47,140); }
td.TdClassName
{
border-color: #B72F8C;
}
.TagClassName
{
border-color: #B72F8C;
}
</style>