Shades of Medium Violet Red #B31673
Tints of Medium Violet Red #B31673
RGB
CMYK
RGB Variations
Color information
#B31673 (or 0xB31673) is known color: Medium Violet Red. HEX triplet: B3, 16 and 73. RGB value is (179,22,115). Sum of RGB (Red+Green+Blue) = 179+22+115=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31673 is #4CE98C. Grayscale: #4F4F4F. Windows color (decimal): -5040525 or 7542451. OLE color: 7542451.
HSL color Cylindrical-coordinate representation of color #B31673: hue angle of 324.46º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31673 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 115 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.30 |
| HSL | 324.46º | 0.78% | 0.39% | - |
| HSV(B) | 324.46º | 0.88% | 0.7% | - |
| XYZ | 21.97 | 11.4 | 17.26 | - |
| YUV | 79.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 115 | 0 | 0.88 | 0.36 | 0.30 | 324.46 | 0.78 | 0.39 |
| Hex | B3 | 16 | 73 | 0 | 58 | 24 | 1E | 144 | 4E | 27 |
| Octal | 263 | 26 | 163 | 0 | 130 | 44 | 36 | 504 | 116 | 47 |
| Binary | 10110011 | 10110 | 1110011 | 0 | 1011000 | 100100 | 11110 | 101000100 | 1001110 | 100111 |
Color Harmonies of #B31673
Complementary color
Monochromatic Colors of #B31673
Black with #B31673
Text Example
Text Example
White with #B31673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31673; }
p { color: rgb(179,22,115); }
H1.HeaderClassName
{
color: #B31673;
}
.AnyTagClassName
{
color: #B31673;
}
</style>
background-color css
<style>
a { background-color: #B31673; }
a { background-color: rgb(179,22,115); }
div.DivClassName
{
background-color: #B31673;
}
.BgClassName
{
background-color: #B31673;
}
</style>
border-color css
<style>
span { border-color: #B31673; }
span { border-color: rgb(179,22,115); }
td.TdClassName
{
border-color: #B31673;
}
.TagClassName
{
border-color: #B31673;
}
</style>