Shades of Medium Red Violet #B52AA9
Tints of Medium Red Violet #B52AA9
RGB
CMYK
RGB Variations
Color information
#B52AA9 (or 0xB52AA9) is known color: Medium Red Violet. HEX triplet: B5, 2A and A9. RGB value is (181,42,169). Sum of RGB (Red+Green+Blue) = 181+42+169=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AA9 is #4AD556. Grayscale: #616161. Windows color (decimal): -4904279 or 11086517. OLE color: 11086517.
HSL color Cylindrical-coordinate representation of color #B52AA9: hue angle of 305.18º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52AA9 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 169 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.29 |
| HSL | 305.18º | 0.62% | 0.44% | - |
| HSV(B) | 305.18º | 0.77% | 0.71% | - |
| XYZ | 27.05 | 14.34 | 38.88 | - |
| YUV | 98.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 169 | 0 | 0.77 | 0.07 | 0.29 | 305.18 | 0.62 | 0.44 |
| Hex | B5 | 2A | A9 | 0 | 4D | 7 | 1D | 131 | 3E | 2C |
| Octal | 265 | 52 | 251 | 0 | 115 | 7 | 35 | 461 | 76 | 54 |
| Binary | 10110101 | 101010 | 10101001 | 0 | 1001101 | 111 | 11101 | 100110001 | 111110 | 101100 |
Color Harmonies of #B52AA9
Complementary color
Monochromatic Colors of #B52AA9
Black with #B52AA9
Text Example
Text Example
White with #B52AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52AA9; }
p { color: rgb(181,42,169); }
H1.HeaderClassName
{
color: #B52AA9;
}
.AnyTagClassName
{
color: #B52AA9;
}
</style>
background-color css
<style>
a { background-color: #B52AA9; }
a { background-color: rgb(181,42,169); }
div.DivClassName
{
background-color: #B52AA9;
}
.BgClassName
{
background-color: #B52AA9;
}
</style>
border-color css
<style>
span { border-color: #B52AA9; }
span { border-color: rgb(181,42,169); }
td.TdClassName
{
border-color: #B52AA9;
}
.TagClassName
{
border-color: #B52AA9;
}
</style>