Shades of Medium Violet Red #B31FA4
Tints of Medium Violet Red #B31FA4
RGB
CMYK
RGB Variations
Color information
#B31FA4 (or 0xB31FA4) is known color: Medium Violet Red. HEX triplet: B3, 1F and A4. RGB value is (179,31,164). Sum of RGB (Red+Green+Blue) = 179+31+164=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B31FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31FA4 is #4CE05B. Grayscale: #5A5A5A. Windows color (decimal): -5038172 or 10756019. OLE color: 10756019.
HSL color Cylindrical-coordinate representation of color #B31FA4: hue angle of 306.08º 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 #B31FA4 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 164 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.30 |
| HSL | 306.08º | 0.7% | 0.41% | - |
| HSV(B) | 306.08º | 0.83% | 0.7% | - |
| XYZ | 25.78 | 13.24 | 36.32 | - |
| YUV | 90.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 164 | 0 | 0.83 | 0.08 | 0.30 | 306.08 | 0.7 | 0.41 |
| Hex | B3 | 1F | A4 | 0 | 53 | 8 | 1E | 132 | 46 | 29 |
| Octal | 263 | 37 | 244 | 0 | 123 | 10 | 36 | 462 | 106 | 51 |
| Binary | 10110011 | 11111 | 10100100 | 0 | 1010011 | 1000 | 11110 | 100110010 | 1000110 | 101001 |
Color Harmonies of #B31FA4
Complementary color
Monochromatic Colors of #B31FA4
Black with #B31FA4
Text Example
Text Example
White with #B31FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FA4; }
p { color: rgb(179,31,164); }
H1.HeaderClassName
{
color: #B31FA4;
}
.AnyTagClassName
{
color: #B31FA4;
}
</style>
background-color css
<style>
a { background-color: #B31FA4; }
a { background-color: rgb(179,31,164); }
div.DivClassName
{
background-color: #B31FA4;
}
.BgClassName
{
background-color: #B31FA4;
}
</style>
border-color css
<style>
span { border-color: #B31FA4; }
span { border-color: rgb(179,31,164); }
td.TdClassName
{
border-color: #B31FA4;
}
.TagClassName
{
border-color: #B31FA4;
}
</style>