Shades of Medium Violet Red #B31B8D
Tints of Medium Violet Red #B31B8D
RGB
CMYK
RGB Variations
Color information
#B31B8D (or 0xB31B8D) is known color: Medium Violet Red. HEX triplet: B3, 1B and 8D. RGB value is (179,27,141). Sum of RGB (Red+Green+Blue) = 179+27+141=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31B8D is #4CE472. Grayscale: #555555. Windows color (decimal): -5039219 or 9247667. OLE color: 9247667.
HSL color Cylindrical-coordinate representation of color #B31B8D: hue angle of 315º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B8D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 141 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.30 |
| HSL | 315º | 0.74% | 0.4% | - |
| HSV(B) | 315º | 0.85% | 0.7% | - |
| XYZ | 23.79 | 12.29 | 26.32 | - |
| YUV | 85.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 141 | 0 | 0.85 | 0.21 | 0.30 | 315 | 0.74 | 0.4 |
| Hex | B3 | 1B | 8D | 0 | 55 | 15 | 1E | 13B | 4A | 28 |
| Octal | 263 | 33 | 215 | 0 | 125 | 25 | 36 | 473 | 112 | 50 |
| Binary | 10110011 | 11011 | 10001101 | 0 | 1010101 | 10101 | 11110 | 100111011 | 1001010 | 101000 |
Color Harmonies of #B31B8D
Complementary color
Monochromatic Colors of #B31B8D
Black with #B31B8D
Text Example
Text Example
White with #B31B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B8D; }
p { color: rgb(179,27,141); }
H1.HeaderClassName
{
color: #B31B8D;
}
.AnyTagClassName
{
color: #B31B8D;
}
</style>
background-color css
<style>
a { background-color: #B31B8D; }
a { background-color: rgb(179,27,141); }
div.DivClassName
{
background-color: #B31B8D;
}
.BgClassName
{
background-color: #B31B8D;
}
</style>
border-color css
<style>
span { border-color: #B31B8D; }
span { border-color: rgb(179,27,141); }
td.TdClassName
{
border-color: #B31B8D;
}
.TagClassName
{
border-color: #B31B8D;
}
</style>