Shades of Medium Violet Red #B31B7D
Tints of Medium Violet Red #B31B7D
RGB
CMYK
RGB Variations
Color information
#B31B7D (or 0xB31B7D) is known color: Medium Violet Red. HEX triplet: B3, 1B and 7D. RGB value is (179,27,125). Sum of RGB (Red+Green+Blue) = 179+27+125=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B7D is #4CE482. Grayscale: #535353. Windows color (decimal): -5039235 or 8199091. OLE color: 8199091.
HSL color Cylindrical-coordinate representation of color #B31B7D: hue angle of 321.32º 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 #B31B7D is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 125 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.30 |
| HSL | 321.32º | 0.74% | 0.4% | - |
| HSV(B) | 321.32º | 0.85% | 0.7% | - |
| XYZ | 22.68 | 11.85 | 20.49 | - |
| YUV | 83.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 125 | 0 | 0.85 | 0.30 | 0.30 | 321.32 | 0.74 | 0.4 |
| Hex | B3 | 1B | 7D | 0 | 55 | 1E | 1E | 141 | 4A | 28 |
| Octal | 263 | 33 | 175 | 0 | 125 | 36 | 36 | 501 | 112 | 50 |
| Binary | 10110011 | 11011 | 1111101 | 0 | 1010101 | 11110 | 11110 | 101000001 | 1001010 | 101000 |
Color Harmonies of #B31B7D
Complementary color
Monochromatic Colors of #B31B7D
Black with #B31B7D
Text Example
Text Example
White with #B31B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B7D; }
p { color: rgb(179,27,125); }
H1.HeaderClassName
{
color: #B31B7D;
}
.AnyTagClassName
{
color: #B31B7D;
}
</style>
background-color css
<style>
a { background-color: #B31B7D; }
a { background-color: rgb(179,27,125); }
div.DivClassName
{
background-color: #B31B7D;
}
.BgClassName
{
background-color: #B31B7D;
}
</style>
border-color css
<style>
span { border-color: #B31B7D; }
span { border-color: rgb(179,27,125); }
td.TdClassName
{
border-color: #B31B7D;
}
.TagClassName
{
border-color: #B31B7D;
}
</style>