Shades of Medium Violet Red #B31C7B
Tints of Medium Violet Red #B31C7B
RGB
CMYK
RGB Variations
Color information
#B31C7B (or 0xB31C7B) is known color: Medium Violet Red. HEX triplet: B3, 1C and 7B. RGB value is (179,28,123). Sum of RGB (Red+Green+Blue) = 179+28+123=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C7B is #4CE384. Grayscale: #535353. Windows color (decimal): -5038981 or 8068275. OLE color: 8068275.
HSL color Cylindrical-coordinate representation of color #B31C7B: hue angle of 322.25º 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 #B31C7B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 123 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.30 |
| HSL | 322.25º | 0.73% | 0.41% | - |
| HSV(B) | 322.25º | 0.84% | 0.7% | - |
| XYZ | 22.58 | 11.84 | 19.83 | - |
| YUV | 83.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 123 | 0 | 0.84 | 0.31 | 0.30 | 322.25 | 0.73 | 0.41 |
| Hex | B3 | 1C | 7B | 0 | 54 | 1F | 1E | 142 | 49 | 29 |
| Octal | 263 | 34 | 173 | 0 | 124 | 37 | 36 | 502 | 111 | 51 |
| Binary | 10110011 | 11100 | 1111011 | 0 | 1010100 | 11111 | 11110 | 101000010 | 1001001 | 101001 |
Color Harmonies of #B31C7B
Complementary color
Monochromatic Colors of #B31C7B
Black with #B31C7B
Text Example
Text Example
White with #B31C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C7B; }
p { color: rgb(179,28,123); }
H1.HeaderClassName
{
color: #B31C7B;
}
.AnyTagClassName
{
color: #B31C7B;
}
</style>
background-color css
<style>
a { background-color: #B31C7B; }
a { background-color: rgb(179,28,123); }
div.DivClassName
{
background-color: #B31C7B;
}
.BgClassName
{
background-color: #B31C7B;
}
</style>
border-color css
<style>
span { border-color: #B31C7B; }
span { border-color: rgb(179,28,123); }
td.TdClassName
{
border-color: #B31C7B;
}
.TagClassName
{
border-color: #B31C7B;
}
</style>