Shades of Medium Red Violet #B52882
Tints of Medium Red Violet #B52882
RGB
CMYK
RGB Variations
Color information
#B52882 (or 0xB52882) is known color: Medium Red Violet. HEX triplet: B5, 28 and 82. RGB value is (181,40,130). Sum of RGB (Red+Green+Blue) = 181+40+130=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B52882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52882 is #4AD77D. Grayscale: #5C5C5C. Windows color (decimal): -4904830 or 8530101. OLE color: 8530101.
HSL color Cylindrical-coordinate representation of color #B52882: hue angle of 321.7º 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 #B52882 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 130 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.29 |
| HSL | 321.7º | 0.64% | 0.43% | - |
| HSV(B) | 321.7º | 0.78% | 0.71% | - |
| XYZ | 23.84 | 12.95 | 22.36 | - |
| YUV | 92.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 130 | 0 | 0.78 | 0.28 | 0.29 | 321.7 | 0.64 | 0.43 |
| Hex | B5 | 28 | 82 | 0 | 4E | 1C | 1D | 142 | 40 | 2B |
| Octal | 265 | 50 | 202 | 0 | 116 | 34 | 35 | 502 | 100 | 53 |
| Binary | 10110101 | 101000 | 10000010 | 0 | 1001110 | 11100 | 11101 | 101000010 | 1000000 | 101011 |
Color Harmonies of #B52882
Complementary color
Monochromatic Colors of #B52882
Black with #B52882
Text Example
Text Example
White with #B52882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52882; }
p { color: rgb(181,40,130); }
H1.HeaderClassName
{
color: #B52882;
}
.AnyTagClassName
{
color: #B52882;
}
</style>
background-color css
<style>
a { background-color: #B52882; }
a { background-color: rgb(181,40,130); }
div.DivClassName
{
background-color: #B52882;
}
.BgClassName
{
background-color: #B52882;
}
</style>
border-color css
<style>
span { border-color: #B52882; }
span { border-color: rgb(181,40,130); }
td.TdClassName
{
border-color: #B52882;
}
.TagClassName
{
border-color: #B52882;
}
</style>