Shades of Medium Red Violet #B52378
Tints of Medium Red Violet #B52378
RGB
CMYK
RGB Variations
Color information
#B52378 (or 0xB52378) is known color: Medium Red Violet. HEX triplet: B5, 23 and 78. RGB value is (181,35,120). Sum of RGB (Red+Green+Blue) = 181+35+120=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52378 is #4ADC87. Grayscale: #585858. Windows color (decimal): -4906120 or 7873461. OLE color: 7873461.
HSL color Cylindrical-coordinate representation of color #B52378: hue angle of 325.07º 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 #B52378 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 120 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.29 |
| HSL | 325.07º | 0.68% | 0.42% | - |
| HSV(B) | 325.07º | 0.81% | 0.71% | - |
| XYZ | 23.05 | 12.38 | 18.94 | - |
| YUV | 88.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 120 | 0 | 0.81 | 0.34 | 0.29 | 325.07 | 0.68 | 0.42 |
| Hex | B5 | 23 | 78 | 0 | 51 | 22 | 1D | 145 | 44 | 2A |
| Octal | 265 | 43 | 170 | 0 | 121 | 42 | 35 | 505 | 104 | 52 |
| Binary | 10110101 | 100011 | 1111000 | 0 | 1010001 | 100010 | 11101 | 101000101 | 1000100 | 101010 |
Color Harmonies of #B52378
Complementary color
Monochromatic Colors of #B52378
Black with #B52378
Text Example
Text Example
White with #B52378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52378; }
p { color: rgb(181,35,120); }
H1.HeaderClassName
{
color: #B52378;
}
.AnyTagClassName
{
color: #B52378;
}
</style>
background-color css
<style>
a { background-color: #B52378; }
a { background-color: rgb(181,35,120); }
div.DivClassName
{
background-color: #B52378;
}
.BgClassName
{
background-color: #B52378;
}
</style>
border-color css
<style>
span { border-color: #B52378; }
span { border-color: rgb(181,35,120); }
td.TdClassName
{
border-color: #B52378;
}
.TagClassName
{
border-color: #B52378;
}
</style>