Shades of Medium Violet Red #B72094
Tints of Medium Violet Red #B72094
RGB
CMYK
RGB Variations
Color information
#B72094 (or 0xB72094) is known color: Medium Violet Red. HEX triplet: B7, 20 and 94. RGB value is (183,32,148). Sum of RGB (Red+Green+Blue) = 183+32+148=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B72094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72094 is #48DF6B. Grayscale: #5A5A5A. Windows color (decimal): -4775788 or 9707703. OLE color: 9707703.
HSL color Cylindrical-coordinate representation of color #B72094: hue angle of 313.91º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72094 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 148 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.28 |
| HSL | 313.91º | 0.7% | 0.42% | - |
| HSV(B) | 313.91º | 0.83% | 0.72% | - |
| XYZ | 25.39 | 13.24 | 29.23 | - |
| YUV | 90.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 148 | 0 | 0.83 | 0.19 | 0.28 | 313.91 | 0.7 | 0.42 |
| Hex | B7 | 20 | 94 | 0 | 53 | 13 | 1C | 13A | 46 | 2A |
| Octal | 267 | 40 | 224 | 0 | 123 | 23 | 34 | 472 | 106 | 52 |
| Binary | 10110111 | 100000 | 10010100 | 0 | 1010011 | 10011 | 11100 | 100111010 | 1000110 | 101010 |
Color Harmonies of #B72094
Complementary color
Monochromatic Colors of #B72094
Black with #B72094
Text Example
Text Example
White with #B72094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72094; }
p { color: rgb(183,32,148); }
H1.HeaderClassName
{
color: #B72094;
}
.AnyTagClassName
{
color: #B72094;
}
</style>
background-color css
<style>
a { background-color: #B72094; }
a { background-color: rgb(183,32,148); }
div.DivClassName
{
background-color: #B72094;
}
.BgClassName
{
background-color: #B72094;
}
</style>
border-color css
<style>
span { border-color: #B72094; }
span { border-color: rgb(183,32,148); }
td.TdClassName
{
border-color: #B72094;
}
.TagClassName
{
border-color: #B72094;
}
</style>