Shades of Medium Violet Red #B31892
Tints of Medium Violet Red #B31892
RGB
CMYK
RGB Variations
Color information
#B31892 (or 0xB31892) is known color: Medium Violet Red. HEX triplet: B3, 18 and 92. RGB value is (179,24,146). Sum of RGB (Red+Green+Blue) = 179+24+146=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B31892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31892 is #4CE76D. Grayscale: #535353. Windows color (decimal): -5039982 or 9574579. OLE color: 9574579.
HSL color Cylindrical-coordinate representation of color #B31892: hue angle of 312.77º degrees, saturation: 0.76, 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 #B31892 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 146 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.30 |
| HSL | 312.77º | 0.76% | 0.4% | - |
| HSV(B) | 312.77º | 0.87% | 0.7% | - |
| XYZ | 24.11 | 12.31 | 28.3 | - |
| YUV | 84.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 146 | 0 | 0.87 | 0.18 | 0.30 | 312.77 | 0.76 | 0.4 |
| Hex | B3 | 18 | 92 | 0 | 57 | 12 | 1E | 139 | 4C | 28 |
| Octal | 263 | 30 | 222 | 0 | 127 | 22 | 36 | 471 | 114 | 50 |
| Binary | 10110011 | 11000 | 10010010 | 0 | 1010111 | 10010 | 11110 | 100111001 | 1001100 | 101000 |
Color Harmonies of #B31892
Complementary color
Monochromatic Colors of #B31892
Black with #B31892
Text Example
Text Example
White with #B31892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31892; }
p { color: rgb(179,24,146); }
H1.HeaderClassName
{
color: #B31892;
}
.AnyTagClassName
{
color: #B31892;
}
</style>
background-color css
<style>
a { background-color: #B31892; }
a { background-color: rgb(179,24,146); }
div.DivClassName
{
background-color: #B31892;
}
.BgClassName
{
background-color: #B31892;
}
</style>
border-color css
<style>
span { border-color: #B31892; }
span { border-color: rgb(179,24,146); }
td.TdClassName
{
border-color: #B31892;
}
.TagClassName
{
border-color: #B31892;
}
</style>