Shades of Medium Red Violet #B52BA3
Tints of Medium Red Violet #B52BA3
RGB
CMYK
RGB Variations
Color information
#B52BA3 (or 0xB52BA3) is known color: Medium Red Violet. HEX triplet: B5, 2B and A3. RGB value is (181,43,163). Sum of RGB (Red+Green+Blue) = 181+43+163=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B52BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52BA3 is #4AD45C. Grayscale: #616161. Windows color (decimal): -4904029 or 10693557. OLE color: 10693557.
HSL color Cylindrical-coordinate representation of color #B52BA3: hue angle of 307.83º 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 #B52BA3 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 163 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.29 |
| HSL | 307.83º | 0.62% | 0.44% | - |
| HSV(B) | 307.83º | 0.76% | 0.71% | - |
| XYZ | 26.53 | 14.2 | 35.99 | - |
| YUV | 97.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 163 | 0 | 0.76 | 0.10 | 0.29 | 307.83 | 0.62 | 0.44 |
| Hex | B5 | 2B | A3 | 0 | 4C | A | 1D | 134 | 3E | 2C |
| Octal | 265 | 53 | 243 | 0 | 114 | 12 | 35 | 464 | 76 | 54 |
| Binary | 10110101 | 101011 | 10100011 | 0 | 1001100 | 1010 | 11101 | 100110100 | 111110 | 101100 |
Color Harmonies of #B52BA3
Complementary color
Monochromatic Colors of #B52BA3
Black with #B52BA3
Text Example
Text Example
White with #B52BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BA3; }
p { color: rgb(181,43,163); }
H1.HeaderClassName
{
color: #B52BA3;
}
.AnyTagClassName
{
color: #B52BA3;
}
</style>
background-color css
<style>
a { background-color: #B52BA3; }
a { background-color: rgb(181,43,163); }
div.DivClassName
{
background-color: #B52BA3;
}
.BgClassName
{
background-color: #B52BA3;
}
</style>
border-color css
<style>
span { border-color: #B52BA3; }
span { border-color: rgb(181,43,163); }
td.TdClassName
{
border-color: #B52BA3;
}
.TagClassName
{
border-color: #B52BA3;
}
</style>