Shades of Medium Violet Red #B31483
Tints of Medium Violet Red #B31483
RGB
CMYK
RGB Variations
Color information
#B31483 (or 0xB31483) is known color: Medium Violet Red. HEX triplet: B3, 14 and 83. RGB value is (179,20,131). Sum of RGB (Red+Green+Blue) = 179+20+131=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B31483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31483 is #4CEB7C. Grayscale: #4F4F4F. Windows color (decimal): -5041021 or 8590515. OLE color: 8590515.
HSL color Cylindrical-coordinate representation of color #B31483: hue angle of 318.11º degrees, saturation: 0.8, 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 #B31483 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 131 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.30 |
| HSL | 318.11º | 0.8% | 0.39% | - |
| HSV(B) | 318.11º | 0.89% | 0.7% | - |
| XYZ | 22.94 | 11.72 | 22.53 | - |
| YUV | 80.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 131 | 0 | 0.89 | 0.27 | 0.30 | 318.11 | 0.8 | 0.39 |
| Hex | B3 | 14 | 83 | 0 | 59 | 1B | 1E | 13E | 50 | 27 |
| Octal | 263 | 24 | 203 | 0 | 131 | 33 | 36 | 476 | 120 | 47 |
| Binary | 10110011 | 10100 | 10000011 | 0 | 1011001 | 11011 | 11110 | 100111110 | 1010000 | 100111 |
Color Harmonies of #B31483
Complementary color
Monochromatic Colors of #B31483
Black with #B31483
Text Example
Text Example
White with #B31483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31483; }
p { color: rgb(179,20,131); }
H1.HeaderClassName
{
color: #B31483;
}
.AnyTagClassName
{
color: #B31483;
}
</style>
background-color css
<style>
a { background-color: #B31483; }
a { background-color: rgb(179,20,131); }
div.DivClassName
{
background-color: #B31483;
}
.BgClassName
{
background-color: #B31483;
}
</style>
border-color css
<style>
span { border-color: #B31483; }
span { border-color: rgb(179,20,131); }
td.TdClassName
{
border-color: #B31483;
}
.TagClassName
{
border-color: #B31483;
}
</style>