Shades of Medium Violet Red #B71193
Tints of Medium Violet Red #B71193
RGB
CMYK
RGB Variations
Color information
#B71193 (or 0xB71193) is known color: Medium Violet Red. HEX triplet: B7, 11 and 93. RGB value is (183,17,147). Sum of RGB (Red+Green+Blue) = 183+17+147=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B71193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71193 is #48EE6C. Grayscale: #515151. Windows color (decimal): -4779629 or 9638327. OLE color: 9638327.
HSL color Cylindrical-coordinate representation of color #B71193: hue angle of 313.01º 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 #B71193 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.28 |
| HSL | 313.01º | 0.83% | 0.39% | - |
| HSV(B) | 313.01º | 0.91% | 0.72% | - |
| XYZ | 25 | 12.57 | 28.71 | - |
| YUV | 81.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 147 | 0 | 0.91 | 0.20 | 0.28 | 313.01 | 0.83 | 0.39 |
| Hex | B7 | 11 | 93 | 0 | 5B | 14 | 1C | 139 | 53 | 27 |
| Octal | 267 | 21 | 223 | 0 | 133 | 24 | 34 | 471 | 123 | 47 |
| Binary | 10110111 | 10001 | 10010011 | 0 | 1011011 | 10100 | 11100 | 100111001 | 1010011 | 100111 |
Color Harmonies of #B71193
Complementary color
Monochromatic Colors of #B71193
Black with #B71193
Text Example
Text Example
White with #B71193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71193; }
p { color: rgb(183,17,147); }
H1.HeaderClassName
{
color: #B71193;
}
.AnyTagClassName
{
color: #B71193;
}
</style>
background-color css
<style>
a { background-color: #B71193; }
a { background-color: rgb(183,17,147); }
div.DivClassName
{
background-color: #B71193;
}
.BgClassName
{
background-color: #B71193;
}
</style>
border-color css
<style>
span { border-color: #B71193; }
span { border-color: rgb(183,17,147); }
td.TdClassName
{
border-color: #B71193;
}
.TagClassName
{
border-color: #B71193;
}
</style>