Shades of Medium Red Violet #B52B96
Tints of Medium Red Violet #B52B96
RGB
CMYK
RGB Variations
Color information
#B52B96 (or 0xB52B96) is known color: Medium Red Violet. HEX triplet: B5, 2B and 96. RGB value is (181,43,150). Sum of RGB (Red+Green+Blue) = 181+43+150=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B96 is #4AD469. Grayscale: #606060. Windows color (decimal): -4904042 or 9841589. OLE color: 9841589.
HSL color Cylindrical-coordinate representation of color #B52B96: hue angle of 313.48º 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 #B52B96 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 150 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.29 |
| HSL | 313.48º | 0.62% | 0.44% | - |
| HSV(B) | 313.48º | 0.76% | 0.71% | - |
| XYZ | 25.42 | 13.75 | 30.17 | - |
| YUV | 96.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 150 | 0 | 0.76 | 0.17 | 0.29 | 313.48 | 0.62 | 0.44 |
| Hex | B5 | 2B | 96 | 0 | 4C | 11 | 1D | 139 | 3E | 2C |
| Octal | 265 | 53 | 226 | 0 | 114 | 21 | 35 | 471 | 76 | 54 |
| Binary | 10110101 | 101011 | 10010110 | 0 | 1001100 | 10001 | 11101 | 100111001 | 111110 | 101100 |
Color Harmonies of #B52B96
Complementary color
Monochromatic Colors of #B52B96
Black with #B52B96
Text Example
Text Example
White with #B52B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B96; }
p { color: rgb(181,43,150); }
H1.HeaderClassName
{
color: #B52B96;
}
.AnyTagClassName
{
color: #B52B96;
}
</style>
background-color css
<style>
a { background-color: #B52B96; }
a { background-color: rgb(181,43,150); }
div.DivClassName
{
background-color: #B52B96;
}
.BgClassName
{
background-color: #B52B96;
}
</style>
border-color css
<style>
span { border-color: #B52B96; }
span { border-color: rgb(181,43,150); }
td.TdClassName
{
border-color: #B52B96;
}
.TagClassName
{
border-color: #B52B96;
}
</style>