Shades of Medium Violet Red #B31B7A
Tints of Medium Violet Red #B31B7A
RGB
CMYK
RGB Variations
Color information
#B31B7A (or 0xB31B7A) is known color: Medium Violet Red. HEX triplet: B3, 1B and 7A. RGB value is (179,27,122). Sum of RGB (Red+Green+Blue) = 179+27+122=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B7A is #4CE485. Grayscale: #535353. Windows color (decimal): -5039238 or 8002483. OLE color: 8002483.
HSL color Cylindrical-coordinate representation of color #B31B7A: hue angle of 322.5º 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 #B31B7A is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 122 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.30 |
| HSL | 322.5º | 0.74% | 0.4% | - |
| HSV(B) | 322.5º | 0.85% | 0.7% | - |
| XYZ | 22.5 | 11.77 | 19.5 | - |
| YUV | 83.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 122 | 0 | 0.85 | 0.32 | 0.30 | 322.5 | 0.74 | 0.4 |
| Hex | B3 | 1B | 7A | 0 | 55 | 20 | 1E | 142 | 4A | 28 |
| Octal | 263 | 33 | 172 | 0 | 125 | 40 | 36 | 502 | 112 | 50 |
| Binary | 10110011 | 11011 | 1111010 | 0 | 1010101 | 100000 | 11110 | 101000010 | 1001010 | 101000 |
Color Harmonies of #B31B7A
Complementary color
Monochromatic Colors of #B31B7A
Black with #B31B7A
Text Example
Text Example
White with #B31B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B7A; }
p { color: rgb(179,27,122); }
H1.HeaderClassName
{
color: #B31B7A;
}
.AnyTagClassName
{
color: #B31B7A;
}
</style>
background-color css
<style>
a { background-color: #B31B7A; }
a { background-color: rgb(179,27,122); }
div.DivClassName
{
background-color: #B31B7A;
}
.BgClassName
{
background-color: #B31B7A;
}
</style>
border-color css
<style>
span { border-color: #B31B7A; }
span { border-color: rgb(179,27,122); }
td.TdClassName
{
border-color: #B31B7A;
}
.TagClassName
{
border-color: #B31B7A;
}
</style>