Shades of Medium Violet Red #B31C99
Tints of Medium Violet Red #B31C99
RGB
CMYK
RGB Variations
Color information
#B31C99 (or 0xB31C99) is known color: Medium Violet Red. HEX triplet: B3, 1C and 99. RGB value is (179,28,153). Sum of RGB (Red+Green+Blue) = 179+28+153=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C99 is #4CE366. Grayscale: #575757. Windows color (decimal): -5038951 or 10034355. OLE color: 10034355.
HSL color Cylindrical-coordinate representation of color #B31C99: hue angle of 310.33º 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 #B31C99 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 153 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.30 |
| HSL | 310.33º | 0.73% | 0.41% | - |
| HSV(B) | 310.33º | 0.84% | 0.7% | - |
| XYZ | 24.76 | 12.71 | 31.29 | - |
| YUV | 87.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 153 | 0 | 0.84 | 0.15 | 0.30 | 310.33 | 0.73 | 0.41 |
| Hex | B3 | 1C | 99 | 0 | 54 | F | 1E | 136 | 49 | 29 |
| Octal | 263 | 34 | 231 | 0 | 124 | 17 | 36 | 466 | 111 | 51 |
| Binary | 10110011 | 11100 | 10011001 | 0 | 1010100 | 1111 | 11110 | 100110110 | 1001001 | 101001 |
Color Harmonies of #B31C99
Complementary color
Monochromatic Colors of #B31C99
Black with #B31C99
Text Example
Text Example
White with #B31C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C99; }
p { color: rgb(179,28,153); }
H1.HeaderClassName
{
color: #B31C99;
}
.AnyTagClassName
{
color: #B31C99;
}
</style>
background-color css
<style>
a { background-color: #B31C99; }
a { background-color: rgb(179,28,153); }
div.DivClassName
{
background-color: #B31C99;
}
.BgClassName
{
background-color: #B31C99;
}
</style>
border-color css
<style>
span { border-color: #B31C99; }
span { border-color: rgb(179,28,153); }
td.TdClassName
{
border-color: #B31C99;
}
.TagClassName
{
border-color: #B31C99;
}
</style>