Shades of Medium Red Violet #B52C9A
Tints of Medium Red Violet #B52C9A
RGB
CMYK
RGB Variations
Color information
#B52C9A (or 0xB52C9A) is known color: Medium Red Violet. HEX triplet: B5, 2C and 9A. RGB value is (181,44,154). Sum of RGB (Red+Green+Blue) = 181+44+154=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C9A is #4AD365. Grayscale: #616161. Windows color (decimal): -4903782 or 10103989. OLE color: 10103989.
HSL color Cylindrical-coordinate representation of color #B52C9A: hue angle of 311.82º 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 #B52C9A is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 154 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.29 |
| HSL | 311.82º | 0.61% | 0.44% | - |
| HSV(B) | 311.82º | 0.76% | 0.71% | - |
| XYZ | 25.79 | 13.96 | 31.91 | - |
| YUV | 97.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 154 | 0 | 0.76 | 0.15 | 0.29 | 311.82 | 0.61 | 0.44 |
| Hex | B5 | 2C | 9A | 0 | 4C | F | 1D | 138 | 3D | 2C |
| Octal | 265 | 54 | 232 | 0 | 114 | 17 | 35 | 470 | 75 | 54 |
| Binary | 10110101 | 101100 | 10011010 | 0 | 1001100 | 1111 | 11101 | 100111000 | 111101 | 101100 |
Color Harmonies of #B52C9A
Complementary color
Monochromatic Colors of #B52C9A
Black with #B52C9A
Text Example
Text Example
White with #B52C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C9A; }
p { color: rgb(181,44,154); }
H1.HeaderClassName
{
color: #B52C9A;
}
.AnyTagClassName
{
color: #B52C9A;
}
</style>
background-color css
<style>
a { background-color: #B52C9A; }
a { background-color: rgb(181,44,154); }
div.DivClassName
{
background-color: #B52C9A;
}
.BgClassName
{
background-color: #B52C9A;
}
</style>
border-color css
<style>
span { border-color: #B52C9A; }
span { border-color: rgb(181,44,154); }
td.TdClassName
{
border-color: #B52C9A;
}
.TagClassName
{
border-color: #B52C9A;
}
</style>