Shades of Medium Red Violet #B72E81
Tints of Medium Red Violet #B72E81
RGB
CMYK
RGB Variations
Color information
#B72E81 (or 0xB72E81) is known color: Medium Red Violet. HEX triplet: B7, 2E and 81. RGB value is (183,46,129). Sum of RGB (Red+Green+Blue) = 183+46+129=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E81 is #48D17E. Grayscale: #606060. Windows color (decimal): -4772223 or 8466103. OLE color: 8466103.
HSL color Cylindrical-coordinate representation of color #B72E81: hue angle of 323.65º degrees, saturation: 0.6, 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 #B72E81 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 129 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.28 |
| HSL | 323.65º | 0.6% | 0.45% | - |
| HSV(B) | 323.65º | 0.75% | 0.72% | - |
| XYZ | 24.47 | 13.61 | 22.11 | - |
| YUV | 96.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 129 | 0 | 0.75 | 0.30 | 0.28 | 323.65 | 0.6 | 0.45 |
| Hex | B7 | 2E | 81 | 0 | 4B | 1E | 1C | 144 | 3C | 2D |
| Octal | 267 | 56 | 201 | 0 | 113 | 36 | 34 | 504 | 74 | 55 |
| Binary | 10110111 | 101110 | 10000001 | 0 | 1001011 | 11110 | 11100 | 101000100 | 111100 | 101101 |
Color Harmonies of #B72E81
Complementary color
Monochromatic Colors of #B72E81
Black with #B72E81
Text Example
Text Example
White with #B72E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E81; }
p { color: rgb(183,46,129); }
H1.HeaderClassName
{
color: #B72E81;
}
.AnyTagClassName
{
color: #B72E81;
}
</style>
background-color css
<style>
a { background-color: #B72E81; }
a { background-color: rgb(183,46,129); }
div.DivClassName
{
background-color: #B72E81;
}
.BgClassName
{
background-color: #B72E81;
}
</style>
border-color css
<style>
span { border-color: #B72E81; }
span { border-color: rgb(183,46,129); }
td.TdClassName
{
border-color: #B72E81;
}
.TagClassName
{
border-color: #B72E81;
}
</style>