Shades of Medium Red Violet #B52880
Tints of Medium Red Violet #B52880
RGB
CMYK
RGB Variations
Color information
#B52880 (or 0xB52880) is known color: Medium Red Violet. HEX triplet: B5, 28 and 80. RGB value is (181,40,128). Sum of RGB (Red+Green+Blue) = 181+40+128=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B52880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52880 is #4AD77F. Grayscale: #5B5B5B. Windows color (decimal): -4904832 or 8399029. OLE color: 8399029.
HSL color Cylindrical-coordinate representation of color #B52880: hue angle of 322.55º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52880 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 128 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.29 |
| HSL | 322.55º | 0.64% | 0.43% | - |
| HSV(B) | 322.55º | 0.78% | 0.71% | - |
| XYZ | 23.71 | 12.9 | 21.66 | - |
| YUV | 92.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 128 | 0 | 0.78 | 0.29 | 0.29 | 322.55 | 0.64 | 0.43 |
| Hex | B5 | 28 | 80 | 0 | 4E | 1D | 1D | 143 | 40 | 2B |
| Octal | 265 | 50 | 200 | 0 | 116 | 35 | 35 | 503 | 100 | 53 |
| Binary | 10110101 | 101000 | 10000000 | 0 | 1001110 | 11101 | 11101 | 101000011 | 1000000 | 101011 |
Color Harmonies of #B52880
Complementary color
Monochromatic Colors of #B52880
Black with #B52880
Text Example
Text Example
White with #B52880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52880; }
p { color: rgb(181,40,128); }
H1.HeaderClassName
{
color: #B52880;
}
.AnyTagClassName
{
color: #B52880;
}
</style>
background-color css
<style>
a { background-color: #B52880; }
a { background-color: rgb(181,40,128); }
div.DivClassName
{
background-color: #B52880;
}
.BgClassName
{
background-color: #B52880;
}
</style>
border-color css
<style>
span { border-color: #B52880; }
span { border-color: rgb(181,40,128); }
td.TdClassName
{
border-color: #B52880;
}
.TagClassName
{
border-color: #B52880;
}
</style>