Shades of Medium Violet Red #B31C83
Tints of Medium Violet Red #B31C83
RGB
CMYK
RGB Variations
Color information
#B31C83 (or 0xB31C83) is known color: Medium Violet Red. HEX triplet: B3, 1C and 83. RGB value is (179,28,131). Sum of RGB (Red+Green+Blue) = 179+28+131=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C83 is #4CE37C. Grayscale: #545454. Windows color (decimal): -5038973 or 8592563. OLE color: 8592563.
HSL color Cylindrical-coordinate representation of color #B31C83: hue angle of 319.07º 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 #B31C83 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 131 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.30 |
| HSL | 319.07º | 0.73% | 0.41% | - |
| HSV(B) | 319.07º | 0.84% | 0.7% | - |
| XYZ | 23.1 | 12.05 | 22.58 | - |
| YUV | 84.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 131 | 0 | 0.84 | 0.27 | 0.30 | 319.07 | 0.73 | 0.41 |
| Hex | B3 | 1C | 83 | 0 | 54 | 1B | 1E | 13F | 49 | 29 |
| Octal | 263 | 34 | 203 | 0 | 124 | 33 | 36 | 477 | 111 | 51 |
| Binary | 10110011 | 11100 | 10000011 | 0 | 1010100 | 11011 | 11110 | 100111111 | 1001001 | 101001 |
Color Harmonies of #B31C83
Complementary color
Monochromatic Colors of #B31C83
Black with #B31C83
Text Example
Text Example
White with #B31C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C83; }
p { color: rgb(179,28,131); }
H1.HeaderClassName
{
color: #B31C83;
}
.AnyTagClassName
{
color: #B31C83;
}
</style>
background-color css
<style>
a { background-color: #B31C83; }
a { background-color: rgb(179,28,131); }
div.DivClassName
{
background-color: #B31C83;
}
.BgClassName
{
background-color: #B31C83;
}
</style>
border-color css
<style>
span { border-color: #B31C83; }
span { border-color: rgb(179,28,131); }
td.TdClassName
{
border-color: #B31C83;
}
.TagClassName
{
border-color: #B31C83;
}
</style>