Shades of Medium Red Violet #B52FA0
Tints of Medium Red Violet #B52FA0
RGB
CMYK
RGB Variations
Color information
#B52FA0 (or 0xB52FA0) is known color: Medium Red Violet. HEX triplet: B5, 2F and A0. RGB value is (181,47,160). Sum of RGB (Red+Green+Blue) = 181+47+160=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FA0 is #4AD05F. Grayscale: #636363. Windows color (decimal): -4903008 or 10497973. OLE color: 10497973.
HSL color Cylindrical-coordinate representation of color #B52FA0: hue angle of 309.4º 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 #B52FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 160 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.29 |
| HSL | 309.4º | 0.59% | 0.45% | - |
| HSV(B) | 309.4º | 0.74% | 0.71% | - |
| XYZ | 26.42 | 14.39 | 34.64 | - |
| YUV | 99.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 160 | 0 | 0.74 | 0.12 | 0.29 | 309.4 | 0.59 | 0.45 |
| Hex | B5 | 2F | A0 | 0 | 4A | C | 1D | 135 | 3B | 2D |
| Octal | 265 | 57 | 240 | 0 | 112 | 14 | 35 | 465 | 73 | 55 |
| Binary | 10110101 | 101111 | 10100000 | 0 | 1001010 | 1100 | 11101 | 100110101 | 111011 | 101101 |
Color Harmonies of #B52FA0
Complementary color
Monochromatic Colors of #B52FA0
Black with #B52FA0
Text Example
Text Example
White with #B52FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FA0; }
p { color: rgb(181,47,160); }
H1.HeaderClassName
{
color: #B52FA0;
}
.AnyTagClassName
{
color: #B52FA0;
}
</style>
background-color css
<style>
a { background-color: #B52FA0; }
a { background-color: rgb(181,47,160); }
div.DivClassName
{
background-color: #B52FA0;
}
.BgClassName
{
background-color: #B52FA0;
}
</style>
border-color css
<style>
span { border-color: #B52FA0; }
span { border-color: rgb(181,47,160); }
td.TdClassName
{
border-color: #B52FA0;
}
.TagClassName
{
border-color: #B52FA0;
}
</style>