Shades of Medium Red Violet #B52384
Tints of Medium Red Violet #B52384
RGB
CMYK
RGB Variations
Color information
#B52384 (or 0xB52384) is known color: Medium Red Violet. HEX triplet: B5, 23 and 84. RGB value is (181,35,132). Sum of RGB (Red+Green+Blue) = 181+35+132=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B52384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52384 is #4ADC7B. Grayscale: #595959. Windows color (decimal): -4906108 or 8659893. OLE color: 8659893.
HSL color Cylindrical-coordinate representation of color #B52384: hue angle of 320.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52384 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 132 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.29 |
| HSL | 320.14º | 0.68% | 0.42% | - |
| HSV(B) | 320.14º | 0.81% | 0.71% | - |
| XYZ | 23.82 | 12.69 | 23.02 | - |
| YUV | 89.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 132 | 0 | 0.81 | 0.27 | 0.29 | 320.14 | 0.68 | 0.42 |
| Hex | B5 | 23 | 84 | 0 | 51 | 1B | 1D | 140 | 44 | 2A |
| Octal | 265 | 43 | 204 | 0 | 121 | 33 | 35 | 500 | 104 | 52 |
| Binary | 10110101 | 100011 | 10000100 | 0 | 1010001 | 11011 | 11101 | 101000000 | 1000100 | 101010 |
Color Harmonies of #B52384
Complementary color
Monochromatic Colors of #B52384
Black with #B52384
Text Example
Text Example
White with #B52384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52384; }
p { color: rgb(181,35,132); }
H1.HeaderClassName
{
color: #B52384;
}
.AnyTagClassName
{
color: #B52384;
}
</style>
background-color css
<style>
a { background-color: #B52384; }
a { background-color: rgb(181,35,132); }
div.DivClassName
{
background-color: #B52384;
}
.BgClassName
{
background-color: #B52384;
}
</style>
border-color css
<style>
span { border-color: #B52384; }
span { border-color: rgb(181,35,132); }
td.TdClassName
{
border-color: #B52384;
}
.TagClassName
{
border-color: #B52384;
}
</style>