Shades of Medium Red Violet #B52C92
Tints of Medium Red Violet #B52C92
RGB
CMYK
RGB Variations
Color information
#B52C92 (or 0xB52C92) is known color: Medium Red Violet. HEX triplet: B5, 2C and 92. RGB value is (181,44,146). Sum of RGB (Red+Green+Blue) = 181+44+146=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C92 is #4AD36D. Grayscale: #606060. Windows color (decimal): -4903790 or 9579701. OLE color: 9579701.
HSL color Cylindrical-coordinate representation of color #B52C92: hue angle of 315.33º 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 #B52C92 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 146 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.29 |
| HSL | 315.33º | 0.61% | 0.44% | - |
| HSV(B) | 315.33º | 0.76% | 0.71% | - |
| XYZ | 25.15 | 13.7 | 28.51 | - |
| YUV | 96.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 146 | 0 | 0.76 | 0.19 | 0.29 | 315.33 | 0.61 | 0.44 |
| Hex | B5 | 2C | 92 | 0 | 4C | 13 | 1D | 13B | 3D | 2C |
| Octal | 265 | 54 | 222 | 0 | 114 | 23 | 35 | 473 | 75 | 54 |
| Binary | 10110101 | 101100 | 10010010 | 0 | 1001100 | 10011 | 11101 | 100111011 | 111101 | 101100 |
Color Harmonies of #B52C92
Complementary color
Monochromatic Colors of #B52C92
Black with #B52C92
Text Example
Text Example
White with #B52C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C92; }
p { color: rgb(181,44,146); }
H1.HeaderClassName
{
color: #B52C92;
}
.AnyTagClassName
{
color: #B52C92;
}
</style>
background-color css
<style>
a { background-color: #B52C92; }
a { background-color: rgb(181,44,146); }
div.DivClassName
{
background-color: #B52C92;
}
.BgClassName
{
background-color: #B52C92;
}
</style>
border-color css
<style>
span { border-color: #B52C92; }
span { border-color: rgb(181,44,146); }
td.TdClassName
{
border-color: #B52C92;
}
.TagClassName
{
border-color: #B52C92;
}
</style>