Shades of Medium Violet Red #B31F9C
Tints of Medium Violet Red #B31F9C
RGB
CMYK
RGB Variations
Color information
#B31F9C (or 0xB31F9C) is known color: Medium Violet Red. HEX triplet: B3, 1F and 9C. RGB value is (179,31,156). Sum of RGB (Red+Green+Blue) = 179+31+156=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F9C is #4CE063. Grayscale: #595959. Windows color (decimal): -5038180 or 10231731. OLE color: 10231731.
HSL color Cylindrical-coordinate representation of color #B31F9C: hue angle of 309.32º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31F9C is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 156 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.30 |
| HSL | 309.32º | 0.7% | 0.41% | - |
| HSV(B) | 309.32º | 0.83% | 0.7% | - |
| XYZ | 25.08 | 12.96 | 32.63 | - |
| YUV | 89.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 156 | 0 | 0.83 | 0.13 | 0.30 | 309.32 | 0.7 | 0.41 |
| Hex | B3 | 1F | 9C | 0 | 53 | D | 1E | 135 | 46 | 29 |
| Octal | 263 | 37 | 234 | 0 | 123 | 15 | 36 | 465 | 106 | 51 |
| Binary | 10110011 | 11111 | 10011100 | 0 | 1010011 | 1101 | 11110 | 100110101 | 1000110 | 101001 |
Color Harmonies of #B31F9C
Complementary color
Monochromatic Colors of #B31F9C
Black with #B31F9C
Text Example
Text Example
White with #B31F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F9C; }
p { color: rgb(179,31,156); }
H1.HeaderClassName
{
color: #B31F9C;
}
.AnyTagClassName
{
color: #B31F9C;
}
</style>
background-color css
<style>
a { background-color: #B31F9C; }
a { background-color: rgb(179,31,156); }
div.DivClassName
{
background-color: #B31F9C;
}
.BgClassName
{
background-color: #B31F9C;
}
</style>
border-color css
<style>
span { border-color: #B31F9C; }
span { border-color: rgb(179,31,156); }
td.TdClassName
{
border-color: #B31F9C;
}
.TagClassName
{
border-color: #B31F9C;
}
</style>