Shades of Medium Red Violet #B72192
Tints of Medium Red Violet #B72192
RGB
CMYK
RGB Variations
Color information
#B72192 (or 0xB72192) is known color: Medium Red Violet. HEX triplet: B7, 21 and 92. RGB value is (183,33,146). Sum of RGB (Red+Green+Blue) = 183+33+146=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B72192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72192 is #48DE6D. Grayscale: #5A5A5A. Windows color (decimal): -4775534 or 9576887. OLE color: 9576887.
HSL color Cylindrical-coordinate representation of color #B72192: hue angle of 314.8º 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 #B72192 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 146 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.28 |
| HSL | 314.8º | 0.69% | 0.42% | - |
| HSV(B) | 314.8º | 0.82% | 0.72% | - |
| XYZ | 25.26 | 13.23 | 28.42 | - |
| YUV | 90.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 146 | 0 | 0.82 | 0.20 | 0.28 | 314.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | 92 | 0 | 52 | 14 | 1C | 13B | 45 | 2A |
| Octal | 267 | 41 | 222 | 0 | 122 | 24 | 34 | 473 | 105 | 52 |
| Binary | 10110111 | 100001 | 10010010 | 0 | 1010010 | 10100 | 11100 | 100111011 | 1000101 | 101010 |
Color Harmonies of #B72192
Complementary color
Monochromatic Colors of #B72192
Black with #B72192
Text Example
Text Example
White with #B72192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72192; }
p { color: rgb(183,33,146); }
H1.HeaderClassName
{
color: #B72192;
}
.AnyTagClassName
{
color: #B72192;
}
</style>
background-color css
<style>
a { background-color: #B72192; }
a { background-color: rgb(183,33,146); }
div.DivClassName
{
background-color: #B72192;
}
.BgClassName
{
background-color: #B72192;
}
</style>
border-color css
<style>
span { border-color: #B72192; }
span { border-color: rgb(183,33,146); }
td.TdClassName
{
border-color: #B72192;
}
.TagClassName
{
border-color: #B72192;
}
</style>