Shades of Medium Violet Red #B52093
Tints of Medium Violet Red #B52093
RGB
CMYK
RGB Variations
Color information
#B52093 (or 0xB52093) is known color: Medium Violet Red. HEX triplet: B5, 20 and 93. RGB value is (181,32,147). Sum of RGB (Red+Green+Blue) = 181+32+147=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B52093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52093 is #4ADF6C. Grayscale: #595959. Windows color (decimal): -4906861 or 9642165. OLE color: 9642165.
HSL color Cylindrical-coordinate representation of color #B52093: hue angle of 313.69º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52093 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 147 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.29 |
| HSL | 313.69º | 0.7% | 0.42% | - |
| HSV(B) | 313.69º | 0.82% | 0.71% | - |
| XYZ | 24.84 | 12.96 | 28.8 | - |
| YUV | 89.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 147 | 0 | 0.82 | 0.19 | 0.29 | 313.69 | 0.7 | 0.42 |
| Hex | B5 | 20 | 93 | 0 | 52 | 13 | 1D | 13A | 46 | 2A |
| Octal | 265 | 40 | 223 | 0 | 122 | 23 | 35 | 472 | 106 | 52 |
| Binary | 10110101 | 100000 | 10010011 | 0 | 1010010 | 10011 | 11101 | 100111010 | 1000110 | 101010 |
Color Harmonies of #B52093
Complementary color
Monochromatic Colors of #B52093
Black with #B52093
Text Example
Text Example
White with #B52093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52093; }
p { color: rgb(181,32,147); }
H1.HeaderClassName
{
color: #B52093;
}
.AnyTagClassName
{
color: #B52093;
}
</style>
background-color css
<style>
a { background-color: #B52093; }
a { background-color: rgb(181,32,147); }
div.DivClassName
{
background-color: #B52093;
}
.BgClassName
{
background-color: #B52093;
}
</style>
border-color css
<style>
span { border-color: #B52093; }
span { border-color: rgb(181,32,147); }
td.TdClassName
{
border-color: #B52093;
}
.TagClassName
{
border-color: #B52093;
}
</style>