Shades of Medium Red Violet #B52188
Tints of Medium Red Violet #B52188
RGB
CMYK
RGB Variations
Color information
#B52188 (or 0xB52188) is known color: Medium Red Violet. HEX triplet: B5, 21 and 88. RGB value is (181,33,136). Sum of RGB (Red+Green+Blue) = 181+33+136=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B52188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52188 is #4ADE77. Grayscale: #585858. Windows color (decimal): -4906616 or 8921525. OLE color: 8921525.
HSL color Cylindrical-coordinate representation of color #B52188: hue angle of 318.24º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52188 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 136 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.29 |
| HSL | 318.24º | 0.69% | 0.42% | - |
| HSV(B) | 318.24º | 0.82% | 0.71% | - |
| XYZ | 24.04 | 12.69 | 24.47 | - |
| YUV | 88.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 136 | 0 | 0.82 | 0.25 | 0.29 | 318.24 | 0.69 | 0.42 |
| Hex | B5 | 21 | 88 | 0 | 52 | 19 | 1D | 13E | 45 | 2A |
| Octal | 265 | 41 | 210 | 0 | 122 | 31 | 35 | 476 | 105 | 52 |
| Binary | 10110101 | 100001 | 10001000 | 0 | 1010010 | 11001 | 11101 | 100111110 | 1000101 | 101010 |
Color Harmonies of #B52188
Complementary color
Monochromatic Colors of #B52188
Black with #B52188
Text Example
Text Example
White with #B52188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52188; }
p { color: rgb(181,33,136); }
H1.HeaderClassName
{
color: #B52188;
}
.AnyTagClassName
{
color: #B52188;
}
</style>
background-color css
<style>
a { background-color: #B52188; }
a { background-color: rgb(181,33,136); }
div.DivClassName
{
background-color: #B52188;
}
.BgClassName
{
background-color: #B52188;
}
</style>
border-color css
<style>
span { border-color: #B52188; }
span { border-color: rgb(181,33,136); }
td.TdClassName
{
border-color: #B52188;
}
.TagClassName
{
border-color: #B52188;
}
</style>