Shades of Medium Violet Red #B31D7B
Tints of Medium Violet Red #B31D7B
RGB
CMYK
RGB Variations
Color information
#B31D7B (or 0xB31D7B) is known color: Medium Violet Red. HEX triplet: B3, 1D and 7B. RGB value is (179,29,123). Sum of RGB (Red+Green+Blue) = 179+29+123=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D7B is #4CE284. Grayscale: #545454. Windows color (decimal): -5038725 or 8068531. OLE color: 8068531.
HSL color Cylindrical-coordinate representation of color #B31D7B: hue angle of 322.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D7B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 123 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.30 |
| HSL | 322.4º | 0.72% | 0.41% | - |
| HSV(B) | 322.4º | 0.84% | 0.7% | - |
| XYZ | 22.6 | 11.89 | 19.84 | - |
| YUV | 84.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 123 | 0 | 0.84 | 0.31 | 0.30 | 322.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | 7B | 0 | 54 | 1F | 1E | 142 | 48 | 29 |
| Octal | 263 | 35 | 173 | 0 | 124 | 37 | 36 | 502 | 110 | 51 |
| Binary | 10110011 | 11101 | 1111011 | 0 | 1010100 | 11111 | 11110 | 101000010 | 1001000 | 101001 |
Color Harmonies of #B31D7B
Complementary color
Monochromatic Colors of #B31D7B
Black with #B31D7B
Text Example
Text Example
White with #B31D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D7B; }
p { color: rgb(179,29,123); }
H1.HeaderClassName
{
color: #B31D7B;
}
.AnyTagClassName
{
color: #B31D7B;
}
</style>
background-color css
<style>
a { background-color: #B31D7B; }
a { background-color: rgb(179,29,123); }
div.DivClassName
{
background-color: #B31D7B;
}
.BgClassName
{
background-color: #B31D7B;
}
</style>
border-color css
<style>
span { border-color: #B31D7B; }
span { border-color: rgb(179,29,123); }
td.TdClassName
{
border-color: #B31D7B;
}
.TagClassName
{
border-color: #B31D7B;
}
</style>