Shades of Medium Violet Red #B31383
Tints of Medium Violet Red #B31383
RGB
CMYK
RGB Variations
Color information
#B31383 (or 0xB31383) is known color: Medium Violet Red. HEX triplet: B3, 13 and 83. RGB value is (179,19,131). Sum of RGB (Red+Green+Blue) = 179+19+131=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31383 is #4CEC7C. Grayscale: #4F4F4F. Windows color (decimal): -5041277 or 8590259. OLE color: 8590259.
HSL color Cylindrical-coordinate representation of color #B31383: hue angle of 318º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31383 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 131 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.30 |
| HSL | 318º | 0.81% | 0.39% | - |
| HSV(B) | 318º | 0.89% | 0.7% | - |
| XYZ | 22.92 | 11.69 | 22.52 | - |
| YUV | 79.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 131 | 0 | 0.89 | 0.27 | 0.30 | 318 | 0.81 | 0.39 |
| Hex | B3 | 13 | 83 | 0 | 59 | 1B | 1E | 13E | 51 | 27 |
| Octal | 263 | 23 | 203 | 0 | 131 | 33 | 36 | 476 | 121 | 47 |
| Binary | 10110011 | 10011 | 10000011 | 0 | 1011001 | 11011 | 11110 | 100111110 | 1010001 | 100111 |
Color Harmonies of #B31383
Complementary color
Monochromatic Colors of #B31383
Black with #B31383
Text Example
Text Example
White with #B31383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31383; }
p { color: rgb(179,19,131); }
H1.HeaderClassName
{
color: #B31383;
}
.AnyTagClassName
{
color: #B31383;
}
</style>
background-color css
<style>
a { background-color: #B31383; }
a { background-color: rgb(179,19,131); }
div.DivClassName
{
background-color: #B31383;
}
.BgClassName
{
background-color: #B31383;
}
</style>
border-color css
<style>
span { border-color: #B31383; }
span { border-color: rgb(179,19,131); }
td.TdClassName
{
border-color: #B31383;
}
.TagClassName
{
border-color: #B31383;
}
</style>