Shades of Medium Red Violet #B52181
Tints of Medium Red Violet #B52181
RGB
CMYK
RGB Variations
Color information
#B52181 (or 0xB52181) is known color: Medium Red Violet. HEX triplet: B5, 21 and 81. RGB value is (181,33,129). Sum of RGB (Red+Green+Blue) = 181+33+129=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B52181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52181 is #4ADE7E. Grayscale: #575757. Windows color (decimal): -4906623 or 8462773. OLE color: 8462773.
HSL color Cylindrical-coordinate representation of color #B52181: hue angle of 321.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52181 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 129 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.29 |
| HSL | 321.08º | 0.69% | 0.42% | - |
| HSV(B) | 321.08º | 0.82% | 0.71% | - |
| XYZ | 23.56 | 12.5 | 21.94 | - |
| YUV | 88.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 129 | 0 | 0.82 | 0.29 | 0.29 | 321.08 | 0.69 | 0.42 |
| Hex | B5 | 21 | 81 | 0 | 52 | 1D | 1D | 141 | 45 | 2A |
| Octal | 265 | 41 | 201 | 0 | 122 | 35 | 35 | 501 | 105 | 52 |
| Binary | 10110101 | 100001 | 10000001 | 0 | 1010010 | 11101 | 11101 | 101000001 | 1000101 | 101010 |
Color Harmonies of #B52181
Complementary color
Monochromatic Colors of #B52181
Black with #B52181
Text Example
Text Example
White with #B52181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52181; }
p { color: rgb(181,33,129); }
H1.HeaderClassName
{
color: #B52181;
}
.AnyTagClassName
{
color: #B52181;
}
</style>
background-color css
<style>
a { background-color: #B52181; }
a { background-color: rgb(181,33,129); }
div.DivClassName
{
background-color: #B52181;
}
.BgClassName
{
background-color: #B52181;
}
</style>
border-color css
<style>
span { border-color: #B52181; }
span { border-color: rgb(181,33,129); }
td.TdClassName
{
border-color: #B52181;
}
.TagClassName
{
border-color: #B52181;
}
</style>