Shades of Medium Red Violet #B52C8C
Tints of Medium Red Violet #B52C8C
RGB
CMYK
RGB Variations
Color information
#B52C8C (or 0xB52C8C) is known color: Medium Red Violet. HEX triplet: B5, 2C and 8C. RGB value is (181,44,140). Sum of RGB (Red+Green+Blue) = 181+44+140=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C8C is #4AD373. Grayscale: #5F5F5F. Windows color (decimal): -4903796 or 9186485. OLE color: 9186485.
HSL color Cylindrical-coordinate representation of color #B52C8C: hue angle of 317.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52C8C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 140 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.29 |
| HSL | 317.96º | 0.61% | 0.44% | - |
| HSV(B) | 317.96º | 0.76% | 0.71% | - |
| XYZ | 24.69 | 13.52 | 26.12 | - |
| YUV | 95.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 140 | 0 | 0.76 | 0.23 | 0.29 | 317.96 | 0.61 | 0.44 |
| Hex | B5 | 2C | 8C | 0 | 4C | 17 | 1D | 13E | 3D | 2C |
| Octal | 265 | 54 | 214 | 0 | 114 | 27 | 35 | 476 | 75 | 54 |
| Binary | 10110101 | 101100 | 10001100 | 0 | 1001100 | 10111 | 11101 | 100111110 | 111101 | 101100 |
Color Harmonies of #B52C8C
Complementary color
Monochromatic Colors of #B52C8C
Black with #B52C8C
Text Example
Text Example
White with #B52C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C8C; }
p { color: rgb(181,44,140); }
H1.HeaderClassName
{
color: #B52C8C;
}
.AnyTagClassName
{
color: #B52C8C;
}
</style>
background-color css
<style>
a { background-color: #B52C8C; }
a { background-color: rgb(181,44,140); }
div.DivClassName
{
background-color: #B52C8C;
}
.BgClassName
{
background-color: #B52C8C;
}
</style>
border-color css
<style>
span { border-color: #B52C8C; }
span { border-color: rgb(181,44,140); }
td.TdClassName
{
border-color: #B52C8C;
}
.TagClassName
{
border-color: #B52C8C;
}
</style>