Shades of Medium Violet Red #B71393
Tints of Medium Violet Red #B71393
RGB
CMYK
RGB Variations
Color information
#B71393 (or 0xB71393) is known color: Medium Violet Red. HEX triplet: B7, 13 and 93. RGB value is (183,19,147). Sum of RGB (Red+Green+Blue) = 183+19+147=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B71393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71393 is #48EC6C. Grayscale: #525252. Windows color (decimal): -4779117 or 9638839. OLE color: 9638839.
HSL color Cylindrical-coordinate representation of color #B71393: hue angle of 313.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71393 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 147 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.28 |
| HSL | 313.17º | 0.81% | 0.4% | - |
| HSV(B) | 313.17º | 0.9% | 0.72% | - |
| XYZ | 25.03 | 12.64 | 28.72 | - |
| YUV | 82.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 147 | 0 | 0.90 | 0.20 | 0.28 | 313.17 | 0.81 | 0.4 |
| Hex | B7 | 13 | 93 | 0 | 5A | 14 | 1C | 139 | 51 | 28 |
| Octal | 267 | 23 | 223 | 0 | 132 | 24 | 34 | 471 | 121 | 50 |
| Binary | 10110111 | 10011 | 10010011 | 0 | 1011010 | 10100 | 11100 | 100111001 | 1010001 | 101000 |
Color Harmonies of #B71393
Complementary color
Monochromatic Colors of #B71393
Black with #B71393
Text Example
Text Example
White with #B71393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71393; }
p { color: rgb(183,19,147); }
H1.HeaderClassName
{
color: #B71393;
}
.AnyTagClassName
{
color: #B71393;
}
</style>
background-color css
<style>
a { background-color: #B71393; }
a { background-color: rgb(183,19,147); }
div.DivClassName
{
background-color: #B71393;
}
.BgClassName
{
background-color: #B71393;
}
</style>
border-color css
<style>
span { border-color: #B71393; }
span { border-color: rgb(183,19,147); }
td.TdClassName
{
border-color: #B71393;
}
.TagClassName
{
border-color: #B71393;
}
</style>