Shades of Medium Red Violet #B52A76
Tints of Medium Red Violet #B52A76
RGB
CMYK
RGB Variations
Color information
#B52A76 (or 0xB52A76) is known color: Medium Red Violet. HEX triplet: B5, 2A and 76. RGB value is (181,42,118). Sum of RGB (Red+Green+Blue) = 181+42+118=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A76 is #4AD589. Grayscale: #5C5C5C. Windows color (decimal): -4904330 or 7744181. OLE color: 7744181.
HSL color Cylindrical-coordinate representation of color #B52A76: hue angle of 327.19º 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 #B52A76 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 118 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.29 |
| HSL | 327.19º | 0.62% | 0.44% | - |
| HSV(B) | 327.19º | 0.77% | 0.71% | - |
| XYZ | 23.15 | 12.79 | 18.39 | - |
| YUV | 92.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 118 | 0 | 0.77 | 0.35 | 0.29 | 327.19 | 0.62 | 0.44 |
| Hex | B5 | 2A | 76 | 0 | 4D | 23 | 1D | 147 | 3E | 2C |
| Octal | 265 | 52 | 166 | 0 | 115 | 43 | 35 | 507 | 76 | 54 |
| Binary | 10110101 | 101010 | 1110110 | 0 | 1001101 | 100011 | 11101 | 101000111 | 111110 | 101100 |
Color Harmonies of #B52A76
Complementary color
Monochromatic Colors of #B52A76
Black with #B52A76
Text Example
Text Example
White with #B52A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A76; }
p { color: rgb(181,42,118); }
H1.HeaderClassName
{
color: #B52A76;
}
.AnyTagClassName
{
color: #B52A76;
}
</style>
background-color css
<style>
a { background-color: #B52A76; }
a { background-color: rgb(181,42,118); }
div.DivClassName
{
background-color: #B52A76;
}
.BgClassName
{
background-color: #B52A76;
}
</style>
border-color css
<style>
span { border-color: #B52A76; }
span { border-color: rgb(181,42,118); }
td.TdClassName
{
border-color: #B52A76;
}
.TagClassName
{
border-color: #B52A76;
}
</style>