Shades of Medium Red Violet #B52FA2
Tints of Medium Red Violet #B52FA2
RGB
CMYK
RGB Variations
Color information
#B52FA2 (or 0xB52FA2) is known color: Medium Red Violet. HEX triplet: B5, 2F and A2. RGB value is (181,47,162). Sum of RGB (Red+Green+Blue) = 181+47+162=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FA2 is #4AD05D. Grayscale: #636363. Windows color (decimal): -4903006 or 10629045. OLE color: 10629045.
HSL color Cylindrical-coordinate representation of color #B52FA2: hue angle of 308.51º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52FA2 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 162 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.29 |
| HSL | 308.51º | 0.59% | 0.45% | - |
| HSV(B) | 308.51º | 0.74% | 0.71% | - |
| XYZ | 26.59 | 14.47 | 35.57 | - |
| YUV | 100.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 162 | 0 | 0.74 | 0.10 | 0.29 | 308.51 | 0.59 | 0.45 |
| Hex | B5 | 2F | A2 | 0 | 4A | A | 1D | 135 | 3B | 2D |
| Octal | 265 | 57 | 242 | 0 | 112 | 12 | 35 | 465 | 73 | 55 |
| Binary | 10110101 | 101111 | 10100010 | 0 | 1001010 | 1010 | 11101 | 100110101 | 111011 | 101101 |
Color Harmonies of #B52FA2
Complementary color
Monochromatic Colors of #B52FA2
Black with #B52FA2
Text Example
Text Example
White with #B52FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FA2; }
p { color: rgb(181,47,162); }
H1.HeaderClassName
{
color: #B52FA2;
}
.AnyTagClassName
{
color: #B52FA2;
}
</style>
background-color css
<style>
a { background-color: #B52FA2; }
a { background-color: rgb(181,47,162); }
div.DivClassName
{
background-color: #B52FA2;
}
.BgClassName
{
background-color: #B52FA2;
}
</style>
border-color css
<style>
span { border-color: #B52FA2; }
span { border-color: rgb(181,47,162); }
td.TdClassName
{
border-color: #B52FA2;
}
.TagClassName
{
border-color: #B52FA2;
}
</style>