Shades of Medium Red Violet #B52984
Tints of Medium Red Violet #B52984
RGB
CMYK
RGB Variations
Color information
#B52984 (or 0xB52984) is known color: Medium Red Violet. HEX triplet: B5, 29 and 84. RGB value is (181,41,132). Sum of RGB (Red+Green+Blue) = 181+41+132=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B52984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52984 is #4AD67B. Grayscale: #5D5D5D. Windows color (decimal): -4904572 or 8661429. OLE color: 8661429.
HSL color Cylindrical-coordinate representation of color #B52984: hue angle of 321º 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 #B52984 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 132 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.29 |
| HSL | 321º | 0.63% | 0.44% | - |
| HSV(B) | 321º | 0.77% | 0.71% | - |
| XYZ | 24.01 | 13.08 | 23.09 | - |
| YUV | 93.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 132 | 0 | 0.77 | 0.27 | 0.29 | 321 | 0.63 | 0.44 |
| Hex | B5 | 29 | 84 | 0 | 4D | 1B | 1D | 141 | 3F | 2C |
| Octal | 265 | 51 | 204 | 0 | 115 | 33 | 35 | 501 | 77 | 54 |
| Binary | 10110101 | 101001 | 10000100 | 0 | 1001101 | 11011 | 11101 | 101000001 | 111111 | 101100 |
Color Harmonies of #B52984
Complementary color
Monochromatic Colors of #B52984
Black with #B52984
Text Example
Text Example
White with #B52984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52984; }
p { color: rgb(181,41,132); }
H1.HeaderClassName
{
color: #B52984;
}
.AnyTagClassName
{
color: #B52984;
}
</style>
background-color css
<style>
a { background-color: #B52984; }
a { background-color: rgb(181,41,132); }
div.DivClassName
{
background-color: #B52984;
}
.BgClassName
{
background-color: #B52984;
}
</style>
border-color css
<style>
span { border-color: #B52984; }
span { border-color: rgb(181,41,132); }
td.TdClassName
{
border-color: #B52984;
}
.TagClassName
{
border-color: #B52984;
}
</style>