Shades of Medium Violet Red #B31E8A
Tints of Medium Violet Red #B31E8A
RGB
CMYK
RGB Variations
Color information
#B31E8A (or 0xB31E8A) is known color: Medium Violet Red. HEX triplet: B3, 1E and 8A. RGB value is (179,30,138). Sum of RGB (Red+Green+Blue) = 179+30+138=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E8A is #4CE175. Grayscale: #565656. Windows color (decimal): -5038454 or 9051827. OLE color: 9051827.
HSL color Cylindrical-coordinate representation of color #B31E8A: hue angle of 316.51º degrees, saturation: 0.71, 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 #B31E8A is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 138 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.30 |
| HSL | 316.51º | 0.71% | 0.41% | - |
| HSV(B) | 316.51º | 0.83% | 0.7% | - |
| XYZ | 23.64 | 12.35 | 25.18 | - |
| YUV | 86.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 138 | 0 | 0.83 | 0.23 | 0.30 | 316.51 | 0.71 | 0.41 |
| Hex | B3 | 1E | 8A | 0 | 53 | 17 | 1E | 13D | 47 | 29 |
| Octal | 263 | 36 | 212 | 0 | 123 | 27 | 36 | 475 | 107 | 51 |
| Binary | 10110011 | 11110 | 10001010 | 0 | 1010011 | 10111 | 11110 | 100111101 | 1000111 | 101001 |
Color Harmonies of #B31E8A
Complementary color
Monochromatic Colors of #B31E8A
Black with #B31E8A
Text Example
Text Example
White with #B31E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E8A; }
p { color: rgb(179,30,138); }
H1.HeaderClassName
{
color: #B31E8A;
}
.AnyTagClassName
{
color: #B31E8A;
}
</style>
background-color css
<style>
a { background-color: #B31E8A; }
a { background-color: rgb(179,30,138); }
div.DivClassName
{
background-color: #B31E8A;
}
.BgClassName
{
background-color: #B31E8A;
}
</style>
border-color css
<style>
span { border-color: #B31E8A; }
span { border-color: rgb(179,30,138); }
td.TdClassName
{
border-color: #B31E8A;
}
.TagClassName
{
border-color: #B31E8A;
}
</style>