Shades of Medium Violet Red #B51283
Tints of Medium Violet Red #B51283
RGB
CMYK
RGB Variations
Color information
#B51283 (or 0xB51283) is known color: Medium Violet Red. HEX triplet: B5, 12 and 83. RGB value is (181,18,131). Sum of RGB (Red+Green+Blue) = 181+18+131=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B51283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51283 is #4AED7C. Grayscale: #4F4F4F. Windows color (decimal): -4910461 or 8590005. OLE color: 8590005.
HSL color Cylindrical-coordinate representation of color #B51283: hue angle of 318.4º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51283 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 131 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.29 |
| HSL | 318.4º | 0.82% | 0.39% | - |
| HSV(B) | 318.4º | 0.9% | 0.71% | - |
| XYZ | 23.37 | 11.9 | 22.54 | - |
| YUV | 79.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 131 | 0 | 0.90 | 0.28 | 0.29 | 318.4 | 0.82 | 0.39 |
| Hex | B5 | 12 | 83 | 0 | 5A | 1C | 1D | 13E | 52 | 27 |
| Octal | 265 | 22 | 203 | 0 | 132 | 34 | 35 | 476 | 122 | 47 |
| Binary | 10110101 | 10010 | 10000011 | 0 | 1011010 | 11100 | 11101 | 100111110 | 1010010 | 100111 |
Color Harmonies of #B51283
Complementary color
Monochromatic Colors of #B51283
Black with #B51283
Text Example
Text Example
White with #B51283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51283; }
p { color: rgb(181,18,131); }
H1.HeaderClassName
{
color: #B51283;
}
.AnyTagClassName
{
color: #B51283;
}
</style>
background-color css
<style>
a { background-color: #B51283; }
a { background-color: rgb(181,18,131); }
div.DivClassName
{
background-color: #B51283;
}
.BgClassName
{
background-color: #B51283;
}
</style>
border-color css
<style>
span { border-color: #B51283; }
span { border-color: rgb(181,18,131); }
td.TdClassName
{
border-color: #B51283;
}
.TagClassName
{
border-color: #B51283;
}
</style>