Shades of Medium Violet Red #B31183
Tints of Medium Violet Red #B31183
RGB
CMYK
RGB Variations
Color information
#B31183 (or 0xB31183) is known color: Medium Violet Red. HEX triplet: B3, 11 and 83. RGB value is (179,17,131). Sum of RGB (Red+Green+Blue) = 179+17+131=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B31183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31183 is #4CEE7C. Grayscale: #4E4E4E. Windows color (decimal): -5041789 or 8589747. OLE color: 8589747.
HSL color Cylindrical-coordinate representation of color #B31183: hue angle of 317.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31183 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 131 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.30 |
| HSL | 317.78º | 0.83% | 0.38% | - |
| HSV(B) | 317.78º | 0.91% | 0.7% | - |
| XYZ | 22.89 | 11.62 | 22.51 | - |
| YUV | 78.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 131 | 0 | 0.91 | 0.27 | 0.30 | 317.78 | 0.83 | 0.38 |
| Hex | B3 | 11 | 83 | 0 | 5B | 1B | 1E | 13E | 53 | 26 |
| Octal | 263 | 21 | 203 | 0 | 133 | 33 | 36 | 476 | 123 | 46 |
| Binary | 10110011 | 10001 | 10000011 | 0 | 1011011 | 11011 | 11110 | 100111110 | 1010011 | 100110 |
Color Harmonies of #B31183
Complementary color
Monochromatic Colors of #B31183
Black with #B31183
Text Example
Text Example
White with #B31183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31183; }
p { color: rgb(179,17,131); }
H1.HeaderClassName
{
color: #B31183;
}
.AnyTagClassName
{
color: #B31183;
}
</style>
background-color css
<style>
a { background-color: #B31183; }
a { background-color: rgb(179,17,131); }
div.DivClassName
{
background-color: #B31183;
}
.BgClassName
{
background-color: #B31183;
}
</style>
border-color css
<style>
span { border-color: #B31183; }
span { border-color: rgb(179,17,131); }
td.TdClassName
{
border-color: #B31183;
}
.TagClassName
{
border-color: #B31183;
}
</style>