Shades of Medium Red Violet #B52F8C
Tints of Medium Red Violet #B52F8C
RGB
CMYK
RGB Variations
Color information
#B52F8C (or 0xB52F8C) is known color: Medium Red Violet. HEX triplet: B5, 2F and 8C. RGB value is (181,47,140). Sum of RGB (Red+Green+Blue) = 181+47+140=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F8C is #4AD073. Grayscale: #616161. Windows color (decimal): -4903028 or 9187253. OLE color: 9187253.
HSL color Cylindrical-coordinate representation of color #B52F8C: hue angle of 318.36º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F8C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 140 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.29 |
| HSL | 318.36º | 0.59% | 0.45% | - |
| HSV(B) | 318.36º | 0.74% | 0.71% | - |
| XYZ | 24.81 | 13.75 | 26.16 | - |
| YUV | 97.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 140 | 0 | 0.74 | 0.23 | 0.29 | 318.36 | 0.59 | 0.45 |
| Hex | B5 | 2F | 8C | 0 | 4A | 17 | 1D | 13E | 3B | 2D |
| Octal | 265 | 57 | 214 | 0 | 112 | 27 | 35 | 476 | 73 | 55 |
| Binary | 10110101 | 101111 | 10001100 | 0 | 1001010 | 10111 | 11101 | 100111110 | 111011 | 101101 |
Color Harmonies of #B52F8C
Complementary color
Monochromatic Colors of #B52F8C
Black with #B52F8C
Text Example
Text Example
White with #B52F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F8C; }
p { color: rgb(181,47,140); }
H1.HeaderClassName
{
color: #B52F8C;
}
.AnyTagClassName
{
color: #B52F8C;
}
</style>
background-color css
<style>
a { background-color: #B52F8C; }
a { background-color: rgb(181,47,140); }
div.DivClassName
{
background-color: #B52F8C;
}
.BgClassName
{
background-color: #B52F8C;
}
</style>
border-color css
<style>
span { border-color: #B52F8C; }
span { border-color: rgb(181,47,140); }
td.TdClassName
{
border-color: #B52F8C;
}
.TagClassName
{
border-color: #B52F8C;
}
</style>