Shades of Medium Violet Red #B31C8F
Tints of Medium Violet Red #B31C8F
RGB
CMYK
RGB Variations
Color information
#B31C8F (or 0xB31C8F) is known color: Medium Violet Red. HEX triplet: B3, 1C and 8F. RGB value is (179,28,143). Sum of RGB (Red+Green+Blue) = 179+28+143=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C8F is #4CE370. Grayscale: #555555. Windows color (decimal): -5038961 or 9378995. OLE color: 9378995.
HSL color Cylindrical-coordinate representation of color #B31C8F: hue angle of 314.3º 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 #B31C8F is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 143 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.30 |
| HSL | 314.3º | 0.73% | 0.41% | - |
| HSV(B) | 314.3º | 0.84% | 0.7% | - |
| XYZ | 23.96 | 12.4 | 27.12 | - |
| YUV | 86.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 143 | 0 | 0.84 | 0.20 | 0.30 | 314.3 | 0.73 | 0.41 |
| Hex | B3 | 1C | 8F | 0 | 54 | 14 | 1E | 13A | 49 | 29 |
| Octal | 263 | 34 | 217 | 0 | 124 | 24 | 36 | 472 | 111 | 51 |
| Binary | 10110011 | 11100 | 10001111 | 0 | 1010100 | 10100 | 11110 | 100111010 | 1001001 | 101001 |
Color Harmonies of #B31C8F
Complementary color
Monochromatic Colors of #B31C8F
Black with #B31C8F
Text Example
Text Example
White with #B31C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C8F; }
p { color: rgb(179,28,143); }
H1.HeaderClassName
{
color: #B31C8F;
}
.AnyTagClassName
{
color: #B31C8F;
}
</style>
background-color css
<style>
a { background-color: #B31C8F; }
a { background-color: rgb(179,28,143); }
div.DivClassName
{
background-color: #B31C8F;
}
.BgClassName
{
background-color: #B31C8F;
}
</style>
border-color css
<style>
span { border-color: #B31C8F; }
span { border-color: rgb(179,28,143); }
td.TdClassName
{
border-color: #B31C8F;
}
.TagClassName
{
border-color: #B31C8F;
}
</style>