Shades of Medium Red Violet #B52298
Tints of Medium Red Violet #B52298
RGB
CMYK
RGB Variations
Color information
#B52298 (or 0xB52298) is known color: Medium Red Violet. HEX triplet: B5, 22 and 98. RGB value is (181,34,152). Sum of RGB (Red+Green+Blue) = 181+34+152=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52298 is #4ADD67. Grayscale: #5B5B5B. Windows color (decimal): -4906344 or 9970357. OLE color: 9970357.
HSL color Cylindrical-coordinate representation of color #B52298: hue angle of 311.84º 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 #B52298 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 152 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.29 |
| HSL | 311.84º | 0.68% | 0.42% | - |
| HSV(B) | 311.84º | 0.81% | 0.71% | - |
| XYZ | 25.3 | 13.23 | 30.93 | - |
| YUV | 91.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 152 | 0 | 0.81 | 0.16 | 0.29 | 311.84 | 0.68 | 0.42 |
| Hex | B5 | 22 | 98 | 0 | 51 | 10 | 1D | 138 | 44 | 2A |
| Octal | 265 | 42 | 230 | 0 | 121 | 20 | 35 | 470 | 104 | 52 |
| Binary | 10110101 | 100010 | 10011000 | 0 | 1010001 | 10000 | 11101 | 100111000 | 1000100 | 101010 |
Color Harmonies of #B52298
Complementary color
Monochromatic Colors of #B52298
Black with #B52298
Text Example
Text Example
White with #B52298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52298; }
p { color: rgb(181,34,152); }
H1.HeaderClassName
{
color: #B52298;
}
.AnyTagClassName
{
color: #B52298;
}
</style>
background-color css
<style>
a { background-color: #B52298; }
a { background-color: rgb(181,34,152); }
div.DivClassName
{
background-color: #B52298;
}
.BgClassName
{
background-color: #B52298;
}
</style>
border-color css
<style>
span { border-color: #B52298; }
span { border-color: rgb(181,34,152); }
td.TdClassName
{
border-color: #B52298;
}
.TagClassName
{
border-color: #B52298;
}
</style>