Shades of Medium Red Violet #B52BA1
Tints of Medium Red Violet #B52BA1
RGB
CMYK
RGB Variations
Color information
#B52BA1 (or 0xB52BA1) is known color: Medium Red Violet. HEX triplet: B5, 2B and A1. RGB value is (181,43,161). Sum of RGB (Red+Green+Blue) = 181+43+161=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BA1 is #4AD45E. Grayscale: #616161. Windows color (decimal): -4904031 or 10562485. OLE color: 10562485.
HSL color Cylindrical-coordinate representation of color #B52BA1: hue angle of 308.7º 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 #B52BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 161 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.29 |
| HSL | 308.7º | 0.62% | 0.44% | - |
| HSV(B) | 308.7º | 0.76% | 0.71% | - |
| XYZ | 26.35 | 14.12 | 35.06 | - |
| YUV | 97.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 161 | 0 | 0.76 | 0.11 | 0.29 | 308.7 | 0.62 | 0.44 |
| Hex | B5 | 2B | A1 | 0 | 4C | B | 1D | 135 | 3E | 2C |
| Octal | 265 | 53 | 241 | 0 | 114 | 13 | 35 | 465 | 76 | 54 |
| Binary | 10110101 | 101011 | 10100001 | 0 | 1001100 | 1011 | 11101 | 100110101 | 111110 | 101100 |
Color Harmonies of #B52BA1
Complementary color
Monochromatic Colors of #B52BA1
Black with #B52BA1
Text Example
Text Example
White with #B52BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BA1; }
p { color: rgb(181,43,161); }
H1.HeaderClassName
{
color: #B52BA1;
}
.AnyTagClassName
{
color: #B52BA1;
}
</style>
background-color css
<style>
a { background-color: #B52BA1; }
a { background-color: rgb(181,43,161); }
div.DivClassName
{
background-color: #B52BA1;
}
.BgClassName
{
background-color: #B52BA1;
}
</style>
border-color css
<style>
span { border-color: #B52BA1; }
span { border-color: rgb(181,43,161); }
td.TdClassName
{
border-color: #B52BA1;
}
.TagClassName
{
border-color: #B52BA1;
}
</style>