Shades of Medium Red Violet #B52888
Tints of Medium Red Violet #B52888
RGB
CMYK
RGB Variations
Color information
#B52888 (or 0xB52888) is known color: Medium Red Violet. HEX triplet: B5, 28 and 88. RGB value is (181,40,136). Sum of RGB (Red+Green+Blue) = 181+40+136=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B52888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52888 is #4AD777. Grayscale: #5C5C5C. Windows color (decimal): -4904824 or 8923317. OLE color: 8923317.
HSL color Cylindrical-coordinate representation of color #B52888: hue angle of 319.15º degrees, saturation: 0.64, 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 #B52888 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 136 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.29 |
| HSL | 319.15º | 0.64% | 0.43% | - |
| HSV(B) | 319.15º | 0.78% | 0.71% | - |
| XYZ | 24.26 | 13.12 | 24.55 | - |
| YUV | 93.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 136 | 0 | 0.78 | 0.25 | 0.29 | 319.15 | 0.64 | 0.43 |
| Hex | B5 | 28 | 88 | 0 | 4E | 19 | 1D | 13F | 40 | 2B |
| Octal | 265 | 50 | 210 | 0 | 116 | 31 | 35 | 477 | 100 | 53 |
| Binary | 10110101 | 101000 | 10001000 | 0 | 1001110 | 11001 | 11101 | 100111111 | 1000000 | 101011 |
Color Harmonies of #B52888
Complementary color
Monochromatic Colors of #B52888
Black with #B52888
Text Example
Text Example
White with #B52888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52888; }
p { color: rgb(181,40,136); }
H1.HeaderClassName
{
color: #B52888;
}
.AnyTagClassName
{
color: #B52888;
}
</style>
background-color css
<style>
a { background-color: #B52888; }
a { background-color: rgb(181,40,136); }
div.DivClassName
{
background-color: #B52888;
}
.BgClassName
{
background-color: #B52888;
}
</style>
border-color css
<style>
span { border-color: #B52888; }
span { border-color: rgb(181,40,136); }
td.TdClassName
{
border-color: #B52888;
}
.TagClassName
{
border-color: #B52888;
}
</style>