Shades of Medium Red Violet #B52B9B
Tints of Medium Red Violet #B52B9B
RGB
CMYK
RGB Variations
Color information
#B52B9B (or 0xB52B9B) is known color: Medium Red Violet. HEX triplet: B5, 2B and 9B. RGB value is (181,43,155). Sum of RGB (Red+Green+Blue) = 181+43+155=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B9B is #4AD464. Grayscale: #606060. Windows color (decimal): -4904037 or 10169269. OLE color: 10169269.
HSL color Cylindrical-coordinate representation of color #B52B9B: hue angle of 311.3º degrees, saturation: 0.62, 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 #B52B9B is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 155 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.29 |
| HSL | 311.3º | 0.62% | 0.44% | - |
| HSV(B) | 311.3º | 0.76% | 0.71% | - |
| XYZ | 25.84 | 13.92 | 32.34 | - |
| YUV | 97.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 155 | 0 | 0.76 | 0.14 | 0.29 | 311.3 | 0.62 | 0.44 |
| Hex | B5 | 2B | 9B | 0 | 4C | E | 1D | 137 | 3E | 2C |
| Octal | 265 | 53 | 233 | 0 | 114 | 16 | 35 | 467 | 76 | 54 |
| Binary | 10110101 | 101011 | 10011011 | 0 | 1001100 | 1110 | 11101 | 100110111 | 111110 | 101100 |
Color Harmonies of #B52B9B
Complementary color
Monochromatic Colors of #B52B9B
Black with #B52B9B
Text Example
Text Example
White with #B52B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B9B; }
p { color: rgb(181,43,155); }
H1.HeaderClassName
{
color: #B52B9B;
}
.AnyTagClassName
{
color: #B52B9B;
}
</style>
background-color css
<style>
a { background-color: #B52B9B; }
a { background-color: rgb(181,43,155); }
div.DivClassName
{
background-color: #B52B9B;
}
.BgClassName
{
background-color: #B52B9B;
}
</style>
border-color css
<style>
span { border-color: #B52B9B; }
span { border-color: rgb(181,43,155); }
td.TdClassName
{
border-color: #B52B9B;
}
.TagClassName
{
border-color: #B52B9B;
}
</style>