Shades of Medium Red Violet #B52885
Tints of Medium Red Violet #B52885
RGB
CMYK
RGB Variations
Color information
#B52885 (or 0xB52885) is known color: Medium Red Violet. HEX triplet: B5, 28 and 85. RGB value is (181,40,133). Sum of RGB (Red+Green+Blue) = 181+40+133=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B52885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52885 is #4AD77A. Grayscale: #5C5C5C. Windows color (decimal): -4904827 or 8726709. OLE color: 8726709.
HSL color Cylindrical-coordinate representation of color #B52885: hue angle of 320.43º 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 #B52885 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 133 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.29 |
| HSL | 320.43º | 0.64% | 0.43% | - |
| HSV(B) | 320.43º | 0.78% | 0.71% | - |
| XYZ | 24.05 | 13.03 | 23.44 | - |
| YUV | 92.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 133 | 0 | 0.78 | 0.27 | 0.29 | 320.43 | 0.64 | 0.43 |
| Hex | B5 | 28 | 85 | 0 | 4E | 1B | 1D | 140 | 40 | 2B |
| Octal | 265 | 50 | 205 | 0 | 116 | 33 | 35 | 500 | 100 | 53 |
| Binary | 10110101 | 101000 | 10000101 | 0 | 1001110 | 11011 | 11101 | 101000000 | 1000000 | 101011 |
Color Harmonies of #B52885
Complementary color
Monochromatic Colors of #B52885
Black with #B52885
Text Example
Text Example
White with #B52885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52885; }
p { color: rgb(181,40,133); }
H1.HeaderClassName
{
color: #B52885;
}
.AnyTagClassName
{
color: #B52885;
}
</style>
background-color css
<style>
a { background-color: #B52885; }
a { background-color: rgb(181,40,133); }
div.DivClassName
{
background-color: #B52885;
}
.BgClassName
{
background-color: #B52885;
}
</style>
border-color css
<style>
span { border-color: #B52885; }
span { border-color: rgb(181,40,133); }
td.TdClassName
{
border-color: #B52885;
}
.TagClassName
{
border-color: #B52885;
}
</style>