Shades of Medium Violet Red #B31592
Tints of Medium Violet Red #B31592
RGB
CMYK
RGB Variations
Color information
#B31592 (or 0xB31592) is known color: Medium Violet Red. HEX triplet: B3, 15 and 92. RGB value is (179,21,146). Sum of RGB (Red+Green+Blue) = 179+21+146=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31592 is #4CEA6D. Grayscale: #525252. Windows color (decimal): -5040750 or 9573811. OLE color: 9573811.
HSL color Cylindrical-coordinate representation of color #B31592: hue angle of 312.53º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31592 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 21 | 146 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.30 |
| HSL | 312.53º | 0.79% | 0.39% | - |
| HSV(B) | 312.53º | 0.88% | 0.7% | - |
| XYZ | 24.05 | 12.2 | 28.28 | - |
| YUV | 82.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 21 | 146 | 0 | 0.88 | 0.18 | 0.30 | 312.53 | 0.79 | 0.39 |
| Hex | B3 | 15 | 92 | 0 | 58 | 12 | 1E | 139 | 4F | 27 |
| Octal | 263 | 25 | 222 | 0 | 130 | 22 | 36 | 471 | 117 | 47 |
| Binary | 10110011 | 10101 | 10010010 | 0 | 1011000 | 10010 | 11110 | 100111001 | 1001111 | 100111 |
Color Harmonies of #B31592
Complementary color
Monochromatic Colors of #B31592
Black with #B31592
Text Example
Text Example
White with #B31592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31592; }
p { color: rgb(179,21,146); }
H1.HeaderClassName
{
color: #B31592;
}
.AnyTagClassName
{
color: #B31592;
}
</style>
background-color css
<style>
a { background-color: #B31592; }
a { background-color: rgb(179,21,146); }
div.DivClassName
{
background-color: #B31592;
}
.BgClassName
{
background-color: #B31592;
}
</style>
border-color css
<style>
span { border-color: #B31592; }
span { border-color: rgb(179,21,146); }
td.TdClassName
{
border-color: #B31592;
}
.TagClassName
{
border-color: #B31592;
}
</style>