Shades of Medium Red Violet #B52A7B
Tints of Medium Red Violet #B52A7B
RGB
CMYK
RGB Variations
Color information
#B52A7B (or 0xB52A7B) is known color: Medium Red Violet. HEX triplet: B5, 2A and 7B. RGB value is (181,42,123). Sum of RGB (Red+Green+Blue) = 181+42+123=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A7B is #4AD584. Grayscale: #5C5C5C. Windows color (decimal): -4904325 or 8071861. OLE color: 8071861.
HSL color Cylindrical-coordinate representation of color #B52A7B: hue angle of 325.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A7B is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 123 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.29 |
| HSL | 325.04º | 0.62% | 0.44% | - |
| HSV(B) | 325.04º | 0.77% | 0.71% | - |
| XYZ | 23.46 | 12.91 | 19.99 | - |
| YUV | 92.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 123 | 0 | 0.77 | 0.32 | 0.29 | 325.04 | 0.62 | 0.44 |
| Hex | B5 | 2A | 7B | 0 | 4D | 20 | 1D | 145 | 3E | 2C |
| Octal | 265 | 52 | 173 | 0 | 115 | 40 | 35 | 505 | 76 | 54 |
| Binary | 10110101 | 101010 | 1111011 | 0 | 1001101 | 100000 | 11101 | 101000101 | 111110 | 101100 |
Color Harmonies of #B52A7B
Complementary color
Monochromatic Colors of #B52A7B
Black with #B52A7B
Text Example
Text Example
White with #B52A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A7B; }
p { color: rgb(181,42,123); }
H1.HeaderClassName
{
color: #B52A7B;
}
.AnyTagClassName
{
color: #B52A7B;
}
</style>
background-color css
<style>
a { background-color: #B52A7B; }
a { background-color: rgb(181,42,123); }
div.DivClassName
{
background-color: #B52A7B;
}
.BgClassName
{
background-color: #B52A7B;
}
</style>
border-color css
<style>
span { border-color: #B52A7B; }
span { border-color: rgb(181,42,123); }
td.TdClassName
{
border-color: #B52A7B;
}
.TagClassName
{
border-color: #B52A7B;
}
</style>