Shades of Medium Violet Red #B31792
Tints of Medium Violet Red #B31792
RGB
CMYK
RGB Variations
Color information
#B31792 (or 0xB31792) is known color: Medium Violet Red. HEX triplet: B3, 17 and 92. RGB value is (179,23,146). Sum of RGB (Red+Green+Blue) = 179+23+146=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31792 is #4CE86D. Grayscale: #535353. Windows color (decimal): -5040238 or 9574323. OLE color: 9574323.
HSL color Cylindrical-coordinate representation of color #B31792: hue angle of 312.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31792 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 146 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.30 |
| HSL | 312.69º | 0.77% | 0.4% | - |
| HSV(B) | 312.69º | 0.87% | 0.7% | - |
| XYZ | 24.09 | 12.27 | 28.29 | - |
| YUV | 83.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 146 | 0 | 0.87 | 0.18 | 0.30 | 312.69 | 0.77 | 0.4 |
| Hex | B3 | 17 | 92 | 0 | 57 | 12 | 1E | 139 | 4D | 28 |
| Octal | 263 | 27 | 222 | 0 | 127 | 22 | 36 | 471 | 115 | 50 |
| Binary | 10110011 | 10111 | 10010010 | 0 | 1010111 | 10010 | 11110 | 100111001 | 1001101 | 101000 |
Color Harmonies of #B31792
Complementary color
Monochromatic Colors of #B31792
Black with #B31792
Text Example
Text Example
White with #B31792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31792; }
p { color: rgb(179,23,146); }
H1.HeaderClassName
{
color: #B31792;
}
.AnyTagClassName
{
color: #B31792;
}
</style>
background-color css
<style>
a { background-color: #B31792; }
a { background-color: rgb(179,23,146); }
div.DivClassName
{
background-color: #B31792;
}
.BgClassName
{
background-color: #B31792;
}
</style>
border-color css
<style>
span { border-color: #B31792; }
span { border-color: rgb(179,23,146); }
td.TdClassName
{
border-color: #B31792;
}
.TagClassName
{
border-color: #B31792;
}
</style>