Shades of Medium Red Violet #B52F9C
Tints of Medium Red Violet #B52F9C
RGB
CMYK
RGB Variations
Color information
#B52F9C (or 0xB52F9C) is known color: Medium Red Violet. HEX triplet: B5, 2F and 9C. RGB value is (181,47,156). Sum of RGB (Red+Green+Blue) = 181+47+156=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F9C is #4AD063. Grayscale: #636363. Windows color (decimal): -4903012 or 10235829. OLE color: 10235829.
HSL color Cylindrical-coordinate representation of color #B52F9C: hue angle of 311.19º 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 #B52F9C is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 156 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.29 |
| HSL | 311.19º | 0.59% | 0.45% | - |
| HSV(B) | 311.19º | 0.74% | 0.71% | - |
| XYZ | 26.07 | 14.26 | 32.83 | - |
| YUV | 99.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 156 | 0 | 0.74 | 0.14 | 0.29 | 311.19 | 0.59 | 0.45 |
| Hex | B5 | 2F | 9C | 0 | 4A | E | 1D | 137 | 3B | 2D |
| Octal | 265 | 57 | 234 | 0 | 112 | 16 | 35 | 467 | 73 | 55 |
| Binary | 10110101 | 101111 | 10011100 | 0 | 1001010 | 1110 | 11101 | 100110111 | 111011 | 101101 |
Color Harmonies of #B52F9C
Complementary color
Monochromatic Colors of #B52F9C
Black with #B52F9C
Text Example
Text Example
White with #B52F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F9C; }
p { color: rgb(181,47,156); }
H1.HeaderClassName
{
color: #B52F9C;
}
.AnyTagClassName
{
color: #B52F9C;
}
</style>
background-color css
<style>
a { background-color: #B52F9C; }
a { background-color: rgb(181,47,156); }
div.DivClassName
{
background-color: #B52F9C;
}
.BgClassName
{
background-color: #B52F9C;
}
</style>
border-color css
<style>
span { border-color: #B52F9C; }
span { border-color: rgb(181,47,156); }
td.TdClassName
{
border-color: #B52F9C;
}
.TagClassName
{
border-color: #B52F9C;
}
</style>