Shades of Medium Red Violet #B52878
Tints of Medium Red Violet #B52878
RGB
CMYK
RGB Variations
Color information
#B52878 (or 0xB52878) is known color: Medium Red Violet. HEX triplet: B5, 28 and 78. RGB value is (181,40,120). Sum of RGB (Red+Green+Blue) = 181+40+120=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B52878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52878 is #4AD787. Grayscale: #5B5B5B. Windows color (decimal): -4904840 or 7874741. OLE color: 7874741.
HSL color Cylindrical-coordinate representation of color #B52878: hue angle of 325.96º 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 #B52878 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 120 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.29 |
| HSL | 325.96º | 0.64% | 0.43% | - |
| HSV(B) | 325.96º | 0.78% | 0.71% | - |
| XYZ | 23.21 | 12.7 | 19 | - |
| YUV | 91.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 120 | 0 | 0.78 | 0.34 | 0.29 | 325.96 | 0.64 | 0.43 |
| Hex | B5 | 28 | 78 | 0 | 4E | 22 | 1D | 146 | 40 | 2B |
| Octal | 265 | 50 | 170 | 0 | 116 | 42 | 35 | 506 | 100 | 53 |
| Binary | 10110101 | 101000 | 1111000 | 0 | 1001110 | 100010 | 11101 | 101000110 | 1000000 | 101011 |
Color Harmonies of #B52878
Complementary color
Monochromatic Colors of #B52878
Black with #B52878
Text Example
Text Example
White with #B52878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52878; }
p { color: rgb(181,40,120); }
H1.HeaderClassName
{
color: #B52878;
}
.AnyTagClassName
{
color: #B52878;
}
</style>
background-color css
<style>
a { background-color: #B52878; }
a { background-color: rgb(181,40,120); }
div.DivClassName
{
background-color: #B52878;
}
.BgClassName
{
background-color: #B52878;
}
</style>
border-color css
<style>
span { border-color: #B52878; }
span { border-color: rgb(181,40,120); }
td.TdClassName
{
border-color: #B52878;
}
.TagClassName
{
border-color: #B52878;
}
</style>