Shades of Medium Red Violet #B52799
Tints of Medium Red Violet #B52799
RGB
CMYK
RGB Variations
Color information
#B52799 (or 0xB52799) is known color: Medium Red Violet. HEX triplet: B5, 27 and 99. RGB value is (181,39,153). Sum of RGB (Red+Green+Blue) = 181+39+153=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B52799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52799 is #4AD866. Grayscale: #5E5E5E. Windows color (decimal): -4905063 or 10037173. OLE color: 10037173.
HSL color Cylindrical-coordinate representation of color #B52799: hue angle of 311.83º 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 #B52799 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 153 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.29 |
| HSL | 311.83º | 0.65% | 0.43% | - |
| HSV(B) | 311.83º | 0.78% | 0.71% | - |
| XYZ | 25.53 | 13.57 | 31.41 | - |
| YUV | 94.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 153 | 0 | 0.78 | 0.15 | 0.29 | 311.83 | 0.65 | 0.43 |
| Hex | B5 | 27 | 99 | 0 | 4E | F | 1D | 138 | 41 | 2B |
| Octal | 265 | 47 | 231 | 0 | 116 | 17 | 35 | 470 | 101 | 53 |
| Binary | 10110101 | 100111 | 10011001 | 0 | 1001110 | 1111 | 11101 | 100111000 | 1000001 | 101011 |
Color Harmonies of #B52799
Complementary color
Monochromatic Colors of #B52799
Black with #B52799
Text Example
Text Example
White with #B52799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52799; }
p { color: rgb(181,39,153); }
H1.HeaderClassName
{
color: #B52799;
}
.AnyTagClassName
{
color: #B52799;
}
</style>
background-color css
<style>
a { background-color: #B52799; }
a { background-color: rgb(181,39,153); }
div.DivClassName
{
background-color: #B52799;
}
.BgClassName
{
background-color: #B52799;
}
</style>
border-color css
<style>
span { border-color: #B52799; }
span { border-color: rgb(181,39,153); }
td.TdClassName
{
border-color: #B52799;
}
.TagClassName
{
border-color: #B52799;
}
</style>