Shades of Medium Red Violet #B52A8A
Tints of Medium Red Violet #B52A8A
RGB
CMYK
RGB Variations
Color information
#B52A8A (or 0xB52A8A) is known color: Medium Red Violet. HEX triplet: B5, 2A and 8A. RGB value is (181,42,138). Sum of RGB (Red+Green+Blue) = 181+42+138=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A8A is #4AD575. Grayscale: #5E5E5E. Windows color (decimal): -4904310 or 9054901. OLE color: 9054901.
HSL color Cylindrical-coordinate representation of color #B52A8A: hue angle of 318.56º 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 #B52A8A is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 138 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.29 |
| HSL | 318.56º | 0.62% | 0.44% | - |
| HSV(B) | 318.56º | 0.77% | 0.71% | - |
| XYZ | 24.47 | 13.31 | 25.32 | - |
| YUV | 94.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 138 | 0 | 0.77 | 0.24 | 0.29 | 318.56 | 0.62 | 0.44 |
| Hex | B5 | 2A | 8A | 0 | 4D | 18 | 1D | 13F | 3E | 2C |
| Octal | 265 | 52 | 212 | 0 | 115 | 30 | 35 | 477 | 76 | 54 |
| Binary | 10110101 | 101010 | 10001010 | 0 | 1001101 | 11000 | 11101 | 100111111 | 111110 | 101100 |
Color Harmonies of #B52A8A
Complementary color
Monochromatic Colors of #B52A8A
Black with #B52A8A
Text Example
Text Example
White with #B52A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A8A; }
p { color: rgb(181,42,138); }
H1.HeaderClassName
{
color: #B52A8A;
}
.AnyTagClassName
{
color: #B52A8A;
}
</style>
background-color css
<style>
a { background-color: #B52A8A; }
a { background-color: rgb(181,42,138); }
div.DivClassName
{
background-color: #B52A8A;
}
.BgClassName
{
background-color: #B52A8A;
}
</style>
border-color css
<style>
span { border-color: #B52A8A; }
span { border-color: rgb(181,42,138); }
td.TdClassName
{
border-color: #B52A8A;
}
.TagClassName
{
border-color: #B52A8A;
}
</style>