Shades of Medium Red Violet #B52F9A
Tints of Medium Red Violet #B52F9A
RGB
CMYK
RGB Variations
Color information
#B52F9A (or 0xB52F9A) is known color: Medium Red Violet. HEX triplet: B5, 2F and 9A. RGB value is (181,47,154). Sum of RGB (Red+Green+Blue) = 181+47+154=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F9A is #4AD065. Grayscale: #626262. Windows color (decimal): -4903014 or 10104757. OLE color: 10104757.
HSL color Cylindrical-coordinate representation of color #B52F9A: hue angle of 312.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F9A is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 154 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.29 |
| HSL | 312.09º | 0.59% | 0.45% | - |
| HSV(B) | 312.09º | 0.74% | 0.71% | - |
| XYZ | 25.91 | 14.19 | 31.95 | - |
| YUV | 99.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 154 | 0 | 0.74 | 0.15 | 0.29 | 312.09 | 0.59 | 0.45 |
| Hex | B5 | 2F | 9A | 0 | 4A | F | 1D | 138 | 3B | 2D |
| Octal | 265 | 57 | 232 | 0 | 112 | 17 | 35 | 470 | 73 | 55 |
| Binary | 10110101 | 101111 | 10011010 | 0 | 1001010 | 1111 | 11101 | 100111000 | 111011 | 101101 |
Color Harmonies of #B52F9A
Complementary color
Monochromatic Colors of #B52F9A
Black with #B52F9A
Text Example
Text Example
White with #B52F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F9A; }
p { color: rgb(181,47,154); }
H1.HeaderClassName
{
color: #B52F9A;
}
.AnyTagClassName
{
color: #B52F9A;
}
</style>
background-color css
<style>
a { background-color: #B52F9A; }
a { background-color: rgb(181,47,154); }
div.DivClassName
{
background-color: #B52F9A;
}
.BgClassName
{
background-color: #B52F9A;
}
</style>
border-color css
<style>
span { border-color: #B52F9A; }
span { border-color: rgb(181,47,154); }
td.TdClassName
{
border-color: #B52F9A;
}
.TagClassName
{
border-color: #B52F9A;
}
</style>