Shades of Medium Red Violet #B72E92
Tints of Medium Red Violet #B72E92
RGB
CMYK
RGB Variations
Color information
#B72E92 (or 0xB72E92) is known color: Medium Red Violet. HEX triplet: B7, 2E and 92. RGB value is (183,46,146). Sum of RGB (Red+Green+Blue) = 183+46+146=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E92 is #48D16D. Grayscale: #626262. Windows color (decimal): -4772206 or 9580215. OLE color: 9580215.
HSL color Cylindrical-coordinate representation of color #B72E92: hue angle of 316.2º 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 #B72E92 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 146 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.28 |
| HSL | 316.2º | 0.6% | 0.45% | - |
| HSV(B) | 316.2º | 0.75% | 0.72% | - |
| XYZ | 25.69 | 14.1 | 28.56 | - |
| YUV | 98.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 146 | 0 | 0.75 | 0.20 | 0.28 | 316.2 | 0.6 | 0.45 |
| Hex | B7 | 2E | 92 | 0 | 4B | 14 | 1C | 13C | 3C | 2D |
| Octal | 267 | 56 | 222 | 0 | 113 | 24 | 34 | 474 | 74 | 55 |
| Binary | 10110111 | 101110 | 10010010 | 0 | 1001011 | 10100 | 11100 | 100111100 | 111100 | 101101 |
Color Harmonies of #B72E92
Complementary color
Monochromatic Colors of #B72E92
Black with #B72E92
Text Example
Text Example
White with #B72E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E92; }
p { color: rgb(183,46,146); }
H1.HeaderClassName
{
color: #B72E92;
}
.AnyTagClassName
{
color: #B72E92;
}
</style>
background-color css
<style>
a { background-color: #B72E92; }
a { background-color: rgb(183,46,146); }
div.DivClassName
{
background-color: #B72E92;
}
.BgClassName
{
background-color: #B72E92;
}
</style>
border-color css
<style>
span { border-color: #B72E92; }
span { border-color: rgb(183,46,146); }
td.TdClassName
{
border-color: #B72E92;
}
.TagClassName
{
border-color: #B72E92;
}
</style>