Shades of Medium Violet Red #B31C9C
Tints of Medium Violet Red #B31C9C
RGB
CMYK
RGB Variations
Color information
#B31C9C (or 0xB31C9C) is known color: Medium Violet Red. HEX triplet: B3, 1C and 9C. RGB value is (179,28,156). Sum of RGB (Red+Green+Blue) = 179+28+156=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C9C is #4CE363. Grayscale: #575757. Windows color (decimal): -5038948 or 10230963. OLE color: 10230963.
HSL color Cylindrical-coordinate representation of color #B31C9C: hue angle of 309.14º 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 #B31C9C is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 156 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.30 |
| HSL | 309.14º | 0.73% | 0.41% | - |
| HSV(B) | 309.14º | 0.84% | 0.7% | - |
| XYZ | 25.01 | 12.81 | 32.61 | - |
| YUV | 87.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 156 | 0 | 0.84 | 0.13 | 0.30 | 309.14 | 0.73 | 0.41 |
| Hex | B3 | 1C | 9C | 0 | 54 | D | 1E | 135 | 49 | 29 |
| Octal | 263 | 34 | 234 | 0 | 124 | 15 | 36 | 465 | 111 | 51 |
| Binary | 10110011 | 11100 | 10011100 | 0 | 1010100 | 1101 | 11110 | 100110101 | 1001001 | 101001 |
Color Harmonies of #B31C9C
Complementary color
Monochromatic Colors of #B31C9C
Black with #B31C9C
Text Example
Text Example
White with #B31C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C9C; }
p { color: rgb(179,28,156); }
H1.HeaderClassName
{
color: #B31C9C;
}
.AnyTagClassName
{
color: #B31C9C;
}
</style>
background-color css
<style>
a { background-color: #B31C9C; }
a { background-color: rgb(179,28,156); }
div.DivClassName
{
background-color: #B31C9C;
}
.BgClassName
{
background-color: #B31C9C;
}
</style>
border-color css
<style>
span { border-color: #B31C9C; }
span { border-color: rgb(179,28,156); }
td.TdClassName
{
border-color: #B31C9C;
}
.TagClassName
{
border-color: #B31C9C;
}
</style>