Shades of Medium Violet Red #B71192
Tints of Medium Violet Red #B71192
RGB
CMYK
RGB Variations
Color information
#B71192 (or 0xB71192) is known color: Medium Violet Red. HEX triplet: B7, 11 and 92. RGB value is (183,17,146). Sum of RGB (Red+Green+Blue) = 183+17+146=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B71192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71192 is #48EE6D. Grayscale: #505050. Windows color (decimal): -4779630 or 9572791. OLE color: 9572791.
HSL color Cylindrical-coordinate representation of color #B71192: hue angle of 313.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71192 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 146 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.28 |
| HSL | 313.37º | 0.83% | 0.39% | - |
| HSV(B) | 313.37º | 0.91% | 0.72% | - |
| XYZ | 24.92 | 12.54 | 28.3 | - |
| YUV | 81.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 146 | 0 | 0.91 | 0.20 | 0.28 | 313.37 | 0.83 | 0.39 |
| Hex | B7 | 11 | 92 | 0 | 5B | 14 | 1C | 139 | 53 | 27 |
| Octal | 267 | 21 | 222 | 0 | 133 | 24 | 34 | 471 | 123 | 47 |
| Binary | 10110111 | 10001 | 10010010 | 0 | 1011011 | 10100 | 11100 | 100111001 | 1010011 | 100111 |
Color Harmonies of #B71192
Complementary color
Monochromatic Colors of #B71192
Black with #B71192
Text Example
Text Example
White with #B71192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71192; }
p { color: rgb(183,17,146); }
H1.HeaderClassName
{
color: #B71192;
}
.AnyTagClassName
{
color: #B71192;
}
</style>
background-color css
<style>
a { background-color: #B71192; }
a { background-color: rgb(183,17,146); }
div.DivClassName
{
background-color: #B71192;
}
.BgClassName
{
background-color: #B71192;
}
</style>
border-color css
<style>
span { border-color: #B71192; }
span { border-color: rgb(183,17,146); }
td.TdClassName
{
border-color: #B71192;
}
.TagClassName
{
border-color: #B71192;
}
</style>