Shades of Medium Red Violet #B52BA5
Tints of Medium Red Violet #B52BA5
RGB
CMYK
RGB Variations
Color information
#B52BA5 (or 0xB52BA5) is known color: Medium Red Violet. HEX triplet: B5, 2B and A5. RGB value is (181,43,165). Sum of RGB (Red+Green+Blue) = 181+43+165=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BA5 is #4AD45A. Grayscale: #616161. Windows color (decimal): -4904027 or 10824629. OLE color: 10824629.
HSL color Cylindrical-coordinate representation of color #B52BA5: hue angle of 306.96º 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 #B52BA5 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 165 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.29 |
| HSL | 306.96º | 0.62% | 0.44% | - |
| HSV(B) | 306.96º | 0.76% | 0.71% | - |
| XYZ | 26.71 | 14.27 | 36.94 | - |
| YUV | 98.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 165 | 0 | 0.76 | 0.09 | 0.29 | 306.96 | 0.62 | 0.44 |
| Hex | B5 | 2B | A5 | 0 | 4C | 9 | 1D | 133 | 3E | 2C |
| Octal | 265 | 53 | 245 | 0 | 114 | 11 | 35 | 463 | 76 | 54 |
| Binary | 10110101 | 101011 | 10100101 | 0 | 1001100 | 1001 | 11101 | 100110011 | 111110 | 101100 |
Color Harmonies of #B52BA5
Complementary color
Monochromatic Colors of #B52BA5
Black with #B52BA5
Text Example
Text Example
White with #B52BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BA5; }
p { color: rgb(181,43,165); }
H1.HeaderClassName
{
color: #B52BA5;
}
.AnyTagClassName
{
color: #B52BA5;
}
</style>
background-color css
<style>
a { background-color: #B52BA5; }
a { background-color: rgb(181,43,165); }
div.DivClassName
{
background-color: #B52BA5;
}
.BgClassName
{
background-color: #B52BA5;
}
</style>
border-color css
<style>
span { border-color: #B52BA5; }
span { border-color: rgb(181,43,165); }
td.TdClassName
{
border-color: #B52BA5;
}
.TagClassName
{
border-color: #B52BA5;
}
</style>