Shades of Medium Violet Red #B31C80
Tints of Medium Violet Red #B31C80
RGB
CMYK
RGB Variations
Color information
#B31C80 (or 0xB31C80) is known color: Medium Violet Red. HEX triplet: B3, 1C and 80. RGB value is (179,28,128). Sum of RGB (Red+Green+Blue) = 179+28+128=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C80 is #4CE37F. Grayscale: #545454. Windows color (decimal): -5038976 or 8395955. OLE color: 8395955.
HSL color Cylindrical-coordinate representation of color #B31C80: hue angle of 320.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C80 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 128 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.30 |
| HSL | 320.26º | 0.73% | 0.41% | - |
| HSV(B) | 320.26º | 0.84% | 0.7% | - |
| XYZ | 22.9 | 11.97 | 21.53 | - |
| YUV | 84.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 128 | 0 | 0.84 | 0.28 | 0.30 | 320.26 | 0.73 | 0.41 |
| Hex | B3 | 1C | 80 | 0 | 54 | 1C | 1E | 140 | 49 | 29 |
| Octal | 263 | 34 | 200 | 0 | 124 | 34 | 36 | 500 | 111 | 51 |
| Binary | 10110011 | 11100 | 10000000 | 0 | 1010100 | 11100 | 11110 | 101000000 | 1001001 | 101001 |
Color Harmonies of #B31C80
Complementary color
Monochromatic Colors of #B31C80
Black with #B31C80
Text Example
Text Example
White with #B31C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C80; }
p { color: rgb(179,28,128); }
H1.HeaderClassName
{
color: #B31C80;
}
.AnyTagClassName
{
color: #B31C80;
}
</style>
background-color css
<style>
a { background-color: #B31C80; }
a { background-color: rgb(179,28,128); }
div.DivClassName
{
background-color: #B31C80;
}
.BgClassName
{
background-color: #B31C80;
}
</style>
border-color css
<style>
span { border-color: #B31C80; }
span { border-color: rgb(179,28,128); }
td.TdClassName
{
border-color: #B31C80;
}
.TagClassName
{
border-color: #B31C80;
}
</style>