Shades of Medium Red Violet #B52BA0
Tints of Medium Red Violet #B52BA0
RGB
CMYK
RGB Variations
Color information
#B52BA0 (or 0xB52BA0) is known color: Medium Red Violet. HEX triplet: B5, 2B and A0. RGB value is (181,43,160). Sum of RGB (Red+Green+Blue) = 181+43+160=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BA0 is #4AD45F. Grayscale: #616161. Windows color (decimal): -4904032 or 10496949. OLE color: 10496949.
HSL color Cylindrical-coordinate representation of color #B52BA0: hue angle of 309.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52BA0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 160 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.29 |
| HSL | 309.13º | 0.62% | 0.44% | - |
| HSV(B) | 309.13º | 0.76% | 0.71% | - |
| XYZ | 26.27 | 14.09 | 34.59 | - |
| YUV | 97.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 160 | 0 | 0.76 | 0.12 | 0.29 | 309.13 | 0.62 | 0.44 |
| Hex | B5 | 2B | A0 | 0 | 4C | C | 1D | 135 | 3E | 2C |
| Octal | 265 | 53 | 240 | 0 | 114 | 14 | 35 | 465 | 76 | 54 |
| Binary | 10110101 | 101011 | 10100000 | 0 | 1001100 | 1100 | 11101 | 100110101 | 111110 | 101100 |
Color Harmonies of #B52BA0
Complementary color
Monochromatic Colors of #B52BA0
Black with #B52BA0
Text Example
Text Example
White with #B52BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BA0; }
p { color: rgb(181,43,160); }
H1.HeaderClassName
{
color: #B52BA0;
}
.AnyTagClassName
{
color: #B52BA0;
}
</style>
background-color css
<style>
a { background-color: #B52BA0; }
a { background-color: rgb(181,43,160); }
div.DivClassName
{
background-color: #B52BA0;
}
.BgClassName
{
background-color: #B52BA0;
}
</style>
border-color css
<style>
span { border-color: #B52BA0; }
span { border-color: rgb(181,43,160); }
td.TdClassName
{
border-color: #B52BA0;
}
.TagClassName
{
border-color: #B52BA0;
}
</style>