Shades of Medium Red Violet #B72193
Tints of Medium Red Violet #B72193
RGB
CMYK
RGB Variations
Color information
#B72193 (or 0xB72193) is known color: Medium Red Violet. HEX triplet: B7, 21 and 93. RGB value is (183,33,147). Sum of RGB (Red+Green+Blue) = 183+33+147=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B72193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72193 is #48DE6C. Grayscale: #5A5A5A. Windows color (decimal): -4775533 or 9642423. OLE color: 9642423.
HSL color Cylindrical-coordinate representation of color #B72193: hue angle of 314.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72193 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 147 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.28 |
| HSL | 314.4º | 0.69% | 0.42% | - |
| HSV(B) | 314.4º | 0.82% | 0.72% | - |
| XYZ | 25.34 | 13.26 | 28.83 | - |
| YUV | 90.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 147 | 0 | 0.82 | 0.20 | 0.28 | 314.4 | 0.69 | 0.42 |
| Hex | B7 | 21 | 93 | 0 | 52 | 14 | 1C | 13A | 45 | 2A |
| Octal | 267 | 41 | 223 | 0 | 122 | 24 | 34 | 472 | 105 | 52 |
| Binary | 10110111 | 100001 | 10010011 | 0 | 1010010 | 10100 | 11100 | 100111010 | 1000101 | 101010 |
Color Harmonies of #B72193
Complementary color
Monochromatic Colors of #B72193
Black with #B72193
Text Example
Text Example
White with #B72193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72193; }
p { color: rgb(183,33,147); }
H1.HeaderClassName
{
color: #B72193;
}
.AnyTagClassName
{
color: #B72193;
}
</style>
background-color css
<style>
a { background-color: #B72193; }
a { background-color: rgb(183,33,147); }
div.DivClassName
{
background-color: #B72193;
}
.BgClassName
{
background-color: #B72193;
}
</style>
border-color css
<style>
span { border-color: #B72193; }
span { border-color: rgb(183,33,147); }
td.TdClassName
{
border-color: #B72193;
}
.TagClassName
{
border-color: #B72193;
}
</style>