Shades of Medium Red Violet #B52A8C
Tints of Medium Red Violet #B52A8C
RGB
CMYK
RGB Variations
Color information
#B52A8C (or 0xB52A8C) is known color: Medium Red Violet. HEX triplet: B5, 2A and 8C. RGB value is (181,42,140). Sum of RGB (Red+Green+Blue) = 181+42+140=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A8C is #4AD573. Grayscale: #5E5E5E. Windows color (decimal): -4904308 or 9185973. OLE color: 9185973.
HSL color Cylindrical-coordinate representation of color #B52A8C: hue angle of 317.7º 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 #B52A8C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 140 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.29 |
| HSL | 317.7º | 0.62% | 0.44% | - |
| HSV(B) | 317.7º | 0.77% | 0.71% | - |
| XYZ | 24.62 | 13.37 | 26.09 | - |
| YUV | 94.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 140 | 0 | 0.77 | 0.23 | 0.29 | 317.7 | 0.62 | 0.44 |
| Hex | B5 | 2A | 8C | 0 | 4D | 17 | 1D | 13E | 3E | 2C |
| Octal | 265 | 52 | 214 | 0 | 115 | 27 | 35 | 476 | 76 | 54 |
| Binary | 10110101 | 101010 | 10001100 | 0 | 1001101 | 10111 | 11101 | 100111110 | 111110 | 101100 |
Color Harmonies of #B52A8C
Complementary color
Monochromatic Colors of #B52A8C
Black with #B52A8C
Text Example
Text Example
White with #B52A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A8C; }
p { color: rgb(181,42,140); }
H1.HeaderClassName
{
color: #B52A8C;
}
.AnyTagClassName
{
color: #B52A8C;
}
</style>
background-color css
<style>
a { background-color: #B52A8C; }
a { background-color: rgb(181,42,140); }
div.DivClassName
{
background-color: #B52A8C;
}
.BgClassName
{
background-color: #B52A8C;
}
</style>
border-color css
<style>
span { border-color: #B52A8C; }
span { border-color: rgb(181,42,140); }
td.TdClassName
{
border-color: #B52A8C;
}
.TagClassName
{
border-color: #B52A8C;
}
</style>