Shades of Medium Red Violet #B52986
Tints of Medium Red Violet #B52986
RGB
CMYK
RGB Variations
Color information
#B52986 (or 0xB52986) is known color: Medium Red Violet. HEX triplet: B5, 29 and 86. RGB value is (181,41,134). Sum of RGB (Red+Green+Blue) = 181+41+134=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B52986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52986 is #4AD679. Grayscale: #5D5D5D. Windows color (decimal): -4904570 or 8792501. OLE color: 8792501.
HSL color Cylindrical-coordinate representation of color #B52986: hue angle of 320.14º degrees, saturation: 0.63, 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 #B52986 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 134 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.29 |
| HSL | 320.14º | 0.63% | 0.44% | - |
| HSV(B) | 320.14º | 0.77% | 0.71% | - |
| XYZ | 24.15 | 13.13 | 23.82 | - |
| YUV | 93.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 134 | 0 | 0.77 | 0.26 | 0.29 | 320.14 | 0.63 | 0.44 |
| Hex | B5 | 29 | 86 | 0 | 4D | 1A | 1D | 140 | 3F | 2C |
| Octal | 265 | 51 | 206 | 0 | 115 | 32 | 35 | 500 | 77 | 54 |
| Binary | 10110101 | 101001 | 10000110 | 0 | 1001101 | 11010 | 11101 | 101000000 | 111111 | 101100 |
Color Harmonies of #B52986
Complementary color
Monochromatic Colors of #B52986
Black with #B52986
Text Example
Text Example
White with #B52986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52986; }
p { color: rgb(181,41,134); }
H1.HeaderClassName
{
color: #B52986;
}
.AnyTagClassName
{
color: #B52986;
}
</style>
background-color css
<style>
a { background-color: #B52986; }
a { background-color: rgb(181,41,134); }
div.DivClassName
{
background-color: #B52986;
}
.BgClassName
{
background-color: #B52986;
}
</style>
border-color css
<style>
span { border-color: #B52986; }
span { border-color: rgb(181,41,134); }
td.TdClassName
{
border-color: #B52986;
}
.TagClassName
{
border-color: #B52986;
}
</style>