Shades of Medium Red Violet #B52080
Tints of Medium Red Violet #B52080
RGB
CMYK
RGB Variations
Color information
#B52080 (or 0xB52080) is known color: Medium Red Violet. HEX triplet: B5, 20 and 80. RGB value is (181,32,128). Sum of RGB (Red+Green+Blue) = 181+32+128=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B52080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52080 is #4ADF7F. Grayscale: #575757. Windows color (decimal): -4906880 or 8396981. OLE color: 8396981.
HSL color Cylindrical-coordinate representation of color #B52080: hue angle of 321.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52080 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 128 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.29 |
| HSL | 321.34º | 0.7% | 0.42% | - |
| HSV(B) | 321.34º | 0.82% | 0.71% | - |
| XYZ | 23.47 | 12.42 | 21.58 | - |
| YUV | 87.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 128 | 0 | 0.82 | 0.29 | 0.29 | 321.34 | 0.7 | 0.42 |
| Hex | B5 | 20 | 80 | 0 | 52 | 1D | 1D | 141 | 46 | 2A |
| Octal | 265 | 40 | 200 | 0 | 122 | 35 | 35 | 501 | 106 | 52 |
| Binary | 10110101 | 100000 | 10000000 | 0 | 1010010 | 11101 | 11101 | 101000001 | 1000110 | 101010 |
Color Harmonies of #B52080
Complementary color
Monochromatic Colors of #B52080
Black with #B52080
Text Example
Text Example
White with #B52080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52080; }
p { color: rgb(181,32,128); }
H1.HeaderClassName
{
color: #B52080;
}
.AnyTagClassName
{
color: #B52080;
}
</style>
background-color css
<style>
a { background-color: #B52080; }
a { background-color: rgb(181,32,128); }
div.DivClassName
{
background-color: #B52080;
}
.BgClassName
{
background-color: #B52080;
}
</style>
border-color css
<style>
span { border-color: #B52080; }
span { border-color: rgb(181,32,128); }
td.TdClassName
{
border-color: #B52080;
}
.TagClassName
{
border-color: #B52080;
}
</style>