Shades of Medium Violet Red #B31C7D
Tints of Medium Violet Red #B31C7D
RGB
CMYK
RGB Variations
Color information
#B31C7D (or 0xB31C7D) is known color: Medium Violet Red. HEX triplet: B3, 1C and 7D. RGB value is (179,28,125). Sum of RGB (Red+Green+Blue) = 179+28+125=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C7D is #4CE382. Grayscale: #535353. Windows color (decimal): -5038979 or 8199347. OLE color: 8199347.
HSL color Cylindrical-coordinate representation of color #B31C7D: hue angle of 321.46º degrees, saturation: 0.73, 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 #B31C7D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 125 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.30 |
| HSL | 321.46º | 0.73% | 0.41% | - |
| HSV(B) | 321.46º | 0.84% | 0.7% | - |
| XYZ | 22.71 | 11.89 | 20.5 | - |
| YUV | 84.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 125 | 0 | 0.84 | 0.30 | 0.30 | 321.46 | 0.73 | 0.41 |
| Hex | B3 | 1C | 7D | 0 | 54 | 1E | 1E | 141 | 49 | 29 |
| Octal | 263 | 34 | 175 | 0 | 124 | 36 | 36 | 501 | 111 | 51 |
| Binary | 10110011 | 11100 | 1111101 | 0 | 1010100 | 11110 | 11110 | 101000001 | 1001001 | 101001 |
Color Harmonies of #B31C7D
Complementary color
Monochromatic Colors of #B31C7D
Black with #B31C7D
Text Example
Text Example
White with #B31C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C7D; }
p { color: rgb(179,28,125); }
H1.HeaderClassName
{
color: #B31C7D;
}
.AnyTagClassName
{
color: #B31C7D;
}
</style>
background-color css
<style>
a { background-color: #B31C7D; }
a { background-color: rgb(179,28,125); }
div.DivClassName
{
background-color: #B31C7D;
}
.BgClassName
{
background-color: #B31C7D;
}
</style>
border-color css
<style>
span { border-color: #B31C7D; }
span { border-color: rgb(179,28,125); }
td.TdClassName
{
border-color: #B31C7D;
}
.TagClassName
{
border-color: #B31C7D;
}
</style>