Shades of Medium Violet Red #B31F9A
Tints of Medium Violet Red #B31F9A
RGB
CMYK
RGB Variations
Color information
#B31F9A (or 0xB31F9A) is known color: Medium Violet Red. HEX triplet: B3, 1F and 9A. RGB value is (179,31,154). Sum of RGB (Red+Green+Blue) = 179+31+154=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F9A is #4CE065. Grayscale: #585858. Windows color (decimal): -5038182 or 10100659. OLE color: 10100659.
HSL color Cylindrical-coordinate representation of color #B31F9A: hue angle of 310.14º 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 #B31F9A is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 154 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.30 |
| HSL | 310.14º | 0.7% | 0.41% | - |
| HSV(B) | 310.14º | 0.83% | 0.7% | - |
| XYZ | 24.91 | 12.9 | 31.75 | - |
| YUV | 89.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 154 | 0 | 0.83 | 0.14 | 0.30 | 310.14 | 0.7 | 0.41 |
| Hex | B3 | 1F | 9A | 0 | 53 | E | 1E | 136 | 46 | 29 |
| Octal | 263 | 37 | 232 | 0 | 123 | 16 | 36 | 466 | 106 | 51 |
| Binary | 10110011 | 11111 | 10011010 | 0 | 1010011 | 1110 | 11110 | 100110110 | 1000110 | 101001 |
Color Harmonies of #B31F9A
Complementary color
Monochromatic Colors of #B31F9A
Black with #B31F9A
Text Example
Text Example
White with #B31F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F9A; }
p { color: rgb(179,31,154); }
H1.HeaderClassName
{
color: #B31F9A;
}
.AnyTagClassName
{
color: #B31F9A;
}
</style>
background-color css
<style>
a { background-color: #B31F9A; }
a { background-color: rgb(179,31,154); }
div.DivClassName
{
background-color: #B31F9A;
}
.BgClassName
{
background-color: #B31F9A;
}
</style>
border-color css
<style>
span { border-color: #B31F9A; }
span { border-color: rgb(179,31,154); }
td.TdClassName
{
border-color: #B31F9A;
}
.TagClassName
{
border-color: #B31F9A;
}
</style>