Shades of Medium Red Violet #B52FA4
Tints of Medium Red Violet #B52FA4
RGB
CMYK
RGB Variations
Color information
#B52FA4 (or 0xB52FA4) is known color: Medium Red Violet. HEX triplet: B5, 2F and A4. RGB value is (181,47,164). Sum of RGB (Red+Green+Blue) = 181+47+164=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FA4 is #4AD05B. Grayscale: #646464. Windows color (decimal): -4903004 or 10760117. OLE color: 10760117.
HSL color Cylindrical-coordinate representation of color #B52FA4: hue angle of 307.61º 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 #B52FA4 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 164 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.29 |
| HSL | 307.61º | 0.59% | 0.45% | - |
| HSV(B) | 307.61º | 0.74% | 0.71% | - |
| XYZ | 26.77 | 14.54 | 36.52 | - |
| YUV | 100.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 164 | 0 | 0.74 | 0.09 | 0.29 | 307.61 | 0.59 | 0.45 |
| Hex | B5 | 2F | A4 | 0 | 4A | 9 | 1D | 134 | 3B | 2D |
| Octal | 265 | 57 | 244 | 0 | 112 | 11 | 35 | 464 | 73 | 55 |
| Binary | 10110101 | 101111 | 10100100 | 0 | 1001010 | 1001 | 11101 | 100110100 | 111011 | 101101 |
Color Harmonies of #B52FA4
Complementary color
Monochromatic Colors of #B52FA4
Black with #B52FA4
Text Example
Text Example
White with #B52FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FA4; }
p { color: rgb(181,47,164); }
H1.HeaderClassName
{
color: #B52FA4;
}
.AnyTagClassName
{
color: #B52FA4;
}
</style>
background-color css
<style>
a { background-color: #B52FA4; }
a { background-color: rgb(181,47,164); }
div.DivClassName
{
background-color: #B52FA4;
}
.BgClassName
{
background-color: #B52FA4;
}
</style>
border-color css
<style>
span { border-color: #B52FA4; }
span { border-color: rgb(181,47,164); }
td.TdClassName
{
border-color: #B52FA4;
}
.TagClassName
{
border-color: #B52FA4;
}
</style>