Shades of Medium Violet Red #B31193
Tints of Medium Violet Red #B31193
RGB
CMYK
RGB Variations
Color information
#B31193 (or 0xB31193) is known color: Medium Violet Red. HEX triplet: B3, 11 and 93. RGB value is (179,17,147). Sum of RGB (Red+Green+Blue) = 179+17+147=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B31193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31193 is #4CEE6C. Grayscale: #4F4F4F. Windows color (decimal): -5041773 or 9638323. OLE color: 9638323.
HSL color Cylindrical-coordinate representation of color #B31193: hue angle of 311.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31193 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.30 |
| HSL | 311.85º | 0.83% | 0.38% | - |
| HSV(B) | 311.85º | 0.91% | 0.7% | - |
| XYZ | 24.06 | 12.09 | 28.67 | - |
| YUV | 80.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 147 | 0 | 0.91 | 0.18 | 0.30 | 311.85 | 0.83 | 0.38 |
| Hex | B3 | 11 | 93 | 0 | 5B | 12 | 1E | 138 | 53 | 26 |
| Octal | 263 | 21 | 223 | 0 | 133 | 22 | 36 | 470 | 123 | 46 |
| Binary | 10110011 | 10001 | 10010011 | 0 | 1011011 | 10010 | 11110 | 100111000 | 1010011 | 100110 |
Color Harmonies of #B31193
Complementary color
Monochromatic Colors of #B31193
Black with #B31193
Text Example
Text Example
White with #B31193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31193; }
p { color: rgb(179,17,147); }
H1.HeaderClassName
{
color: #B31193;
}
.AnyTagClassName
{
color: #B31193;
}
</style>
background-color css
<style>
a { background-color: #B31193; }
a { background-color: rgb(179,17,147); }
div.DivClassName
{
background-color: #B31193;
}
.BgClassName
{
background-color: #B31193;
}
</style>
border-color css
<style>
span { border-color: #B31193; }
span { border-color: rgb(179,17,147); }
td.TdClassName
{
border-color: #B31193;
}
.TagClassName
{
border-color: #B31193;
}
</style>