Shades of Medium Red Violet #B523A0
Tints of Medium Red Violet #B523A0
RGB
CMYK
RGB Variations
Color information
#B523A0 (or 0xB523A0) is known color: Medium Red Violet. HEX triplet: B5, 23 and A0. RGB value is (181,35,160). Sum of RGB (Red+Green+Blue) = 181+35+160=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B523A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523A0 is #4ADC5F. Grayscale: #5C5C5C. Windows color (decimal): -4906080 or 10494901. OLE color: 10494901.
HSL color Cylindrical-coordinate representation of color #B523A0: hue angle of 308.63º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523A0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 160 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.29 |
| HSL | 308.63º | 0.68% | 0.42% | - |
| HSV(B) | 308.63º | 0.81% | 0.71% | - |
| XYZ | 26 | 13.56 | 34.51 | - |
| YUV | 92.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 160 | 0 | 0.81 | 0.12 | 0.29 | 308.63 | 0.68 | 0.42 |
| Hex | B5 | 23 | A0 | 0 | 51 | C | 1D | 135 | 44 | 2A |
| Octal | 265 | 43 | 240 | 0 | 121 | 14 | 35 | 465 | 104 | 52 |
| Binary | 10110101 | 100011 | 10100000 | 0 | 1010001 | 1100 | 11101 | 100110101 | 1000100 | 101010 |
Color Harmonies of #B523A0
Complementary color
Monochromatic Colors of #B523A0
Black with #B523A0
Text Example
Text Example
White with #B523A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523A0; }
p { color: rgb(181,35,160); }
H1.HeaderClassName
{
color: #B523A0;
}
.AnyTagClassName
{
color: #B523A0;
}
</style>
background-color css
<style>
a { background-color: #B523A0; }
a { background-color: rgb(181,35,160); }
div.DivClassName
{
background-color: #B523A0;
}
.BgClassName
{
background-color: #B523A0;
}
</style>
border-color css
<style>
span { border-color: #B523A0; }
span { border-color: rgb(181,35,160); }
td.TdClassName
{
border-color: #B523A0;
}
.TagClassName
{
border-color: #B523A0;
}
</style>