Shades of Medium Red Violet #B52798
Tints of Medium Red Violet #B52798
RGB
CMYK
RGB Variations
Color information
#B52798 (or 0xB52798) is known color: Medium Red Violet. HEX triplet: B5, 27 and 98. RGB value is (181,39,152). Sum of RGB (Red+Green+Blue) = 181+39+152=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B52798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52798 is #4AD867. Grayscale: #5E5E5E. Windows color (decimal): -4905064 or 9971637. OLE color: 9971637.
HSL color Cylindrical-coordinate representation of color #B52798: hue angle of 312.25º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52798 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 152 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.29 |
| HSL | 312.25º | 0.65% | 0.43% | - |
| HSV(B) | 312.25º | 0.78% | 0.71% | - |
| XYZ | 25.45 | 13.54 | 30.98 | - |
| YUV | 94.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 152 | 0 | 0.78 | 0.16 | 0.29 | 312.25 | 0.65 | 0.43 |
| Hex | B5 | 27 | 98 | 0 | 4E | 10 | 1D | 138 | 41 | 2B |
| Octal | 265 | 47 | 230 | 0 | 116 | 20 | 35 | 470 | 101 | 53 |
| Binary | 10110101 | 100111 | 10011000 | 0 | 1001110 | 10000 | 11101 | 100111000 | 1000001 | 101011 |
Color Harmonies of #B52798
Complementary color
Monochromatic Colors of #B52798
Black with #B52798
Text Example
Text Example
White with #B52798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52798; }
p { color: rgb(181,39,152); }
H1.HeaderClassName
{
color: #B52798;
}
.AnyTagClassName
{
color: #B52798;
}
</style>
background-color css
<style>
a { background-color: #B52798; }
a { background-color: rgb(181,39,152); }
div.DivClassName
{
background-color: #B52798;
}
.BgClassName
{
background-color: #B52798;
}
</style>
border-color css
<style>
span { border-color: #B52798; }
span { border-color: rgb(181,39,152); }
td.TdClassName
{
border-color: #B52798;
}
.TagClassName
{
border-color: #B52798;
}
</style>