Shades of Medium Red Violet #B52B6E
Tints of Medium Red Violet #B52B6E
RGB
CMYK
RGB Variations
Color information
#B52B6E (or 0xB52B6E) is known color: Medium Red Violet. HEX triplet: B5, 2B and 6E. RGB value is (181,43,110). Sum of RGB (Red+Green+Blue) = 181+43+110=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B6E is #4AD491. Grayscale: #5B5B5B. Windows color (decimal): -4904082 or 7220149. OLE color: 7220149.
HSL color Cylindrical-coordinate representation of color #B52B6E: hue angle of 330.87º 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 #B52B6E is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 110 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.29 |
| HSL | 330.87º | 0.62% | 0.44% | - |
| HSV(B) | 330.87º | 0.76% | 0.71% | - |
| XYZ | 22.73 | 12.68 | 16 | - |
| YUV | 91.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 110 | 0 | 0.76 | 0.39 | 0.29 | 330.87 | 0.62 | 0.44 |
| Hex | B5 | 2B | 6E | 0 | 4C | 27 | 1D | 14B | 3E | 2C |
| Octal | 265 | 53 | 156 | 0 | 114 | 47 | 35 | 513 | 76 | 54 |
| Binary | 10110101 | 101011 | 1101110 | 0 | 1001100 | 100111 | 11101 | 101001011 | 111110 | 101100 |
Color Harmonies of #B52B6E
Complementary color
Monochromatic Colors of #B52B6E
Black with #B52B6E
Text Example
Text Example
White with #B52B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B6E; }
p { color: rgb(181,43,110); }
H1.HeaderClassName
{
color: #B52B6E;
}
.AnyTagClassName
{
color: #B52B6E;
}
</style>
background-color css
<style>
a { background-color: #B52B6E; }
a { background-color: rgb(181,43,110); }
div.DivClassName
{
background-color: #B52B6E;
}
.BgClassName
{
background-color: #B52B6E;
}
</style>
border-color css
<style>
span { border-color: #B52B6E; }
span { border-color: rgb(181,43,110); }
td.TdClassName
{
border-color: #B52B6E;
}
.TagClassName
{
border-color: #B52B6E;
}
</style>