Shades of Medium Violet Red #B51282
Tints of Medium Violet Red #B51282
RGB
CMYK
RGB Variations
Color information
#B51282 (or 0xB51282) is known color: Medium Violet Red. HEX triplet: B5, 12 and 82. RGB value is (181,18,130). Sum of RGB (Red+Green+Blue) = 181+18+130=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B51282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51282 is #4AED7D. Grayscale: #4F4F4F. Windows color (decimal): -4910462 or 8524469. OLE color: 8524469.
HSL color Cylindrical-coordinate representation of color #B51282: hue angle of 318.77º 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 #B51282 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 130 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.29 |
| HSL | 318.77º | 0.82% | 0.39% | - |
| HSV(B) | 318.77º | 0.9% | 0.71% | - |
| XYZ | 23.3 | 11.87 | 22.18 | - |
| YUV | 79.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 130 | 0 | 0.90 | 0.28 | 0.29 | 318.77 | 0.82 | 0.39 |
| Hex | B5 | 12 | 82 | 0 | 5A | 1C | 1D | 13F | 52 | 27 |
| Octal | 265 | 22 | 202 | 0 | 132 | 34 | 35 | 477 | 122 | 47 |
| Binary | 10110101 | 10010 | 10000010 | 0 | 1011010 | 11100 | 11101 | 100111111 | 1010010 | 100111 |
Color Harmonies of #B51282
Complementary color
Monochromatic Colors of #B51282
Black with #B51282
Text Example
Text Example
White with #B51282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51282; }
p { color: rgb(181,18,130); }
H1.HeaderClassName
{
color: #B51282;
}
.AnyTagClassName
{
color: #B51282;
}
</style>
background-color css
<style>
a { background-color: #B51282; }
a { background-color: rgb(181,18,130); }
div.DivClassName
{
background-color: #B51282;
}
.BgClassName
{
background-color: #B51282;
}
</style>
border-color css
<style>
span { border-color: #B51282; }
span { border-color: rgb(181,18,130); }
td.TdClassName
{
border-color: #B51282;
}
.TagClassName
{
border-color: #B51282;
}
</style>