Shades of Medium Red Violet #B523A2
Tints of Medium Red Violet #B523A2
RGB
CMYK
RGB Variations
Color information
#B523A2 (or 0xB523A2) is known color: Medium Red Violet. HEX triplet: B5, 23 and A2. RGB value is (181,35,162). Sum of RGB (Red+Green+Blue) = 181+35+162=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B523A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523A2 is #4ADC5D. Grayscale: #5C5C5C. Windows color (decimal): -4906078 or 10625973. OLE color: 10625973.
HSL color Cylindrical-coordinate representation of color #B523A2: hue angle of 307.81º 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 #B523A2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 162 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.29 |
| HSL | 307.81º | 0.68% | 0.42% | - |
| HSV(B) | 307.81º | 0.81% | 0.71% | - |
| XYZ | 26.18 | 13.63 | 35.43 | - |
| YUV | 93.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 162 | 0 | 0.81 | 0.10 | 0.29 | 307.81 | 0.68 | 0.42 |
| Hex | B5 | 23 | A2 | 0 | 51 | A | 1D | 134 | 44 | 2A |
| Octal | 265 | 43 | 242 | 0 | 121 | 12 | 35 | 464 | 104 | 52 |
| Binary | 10110101 | 100011 | 10100010 | 0 | 1010001 | 1010 | 11101 | 100110100 | 1000100 | 101010 |
Color Harmonies of #B523A2
Complementary color
Monochromatic Colors of #B523A2
Black with #B523A2
Text Example
Text Example
White with #B523A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B523A2; }
p { color: rgb(181,35,162); }
H1.HeaderClassName
{
color: #B523A2;
}
.AnyTagClassName
{
color: #B523A2;
}
</style>
background-color css
<style>
a { background-color: #B523A2; }
a { background-color: rgb(181,35,162); }
div.DivClassName
{
background-color: #B523A2;
}
.BgClassName
{
background-color: #B523A2;
}
</style>
border-color css
<style>
span { border-color: #B523A2; }
span { border-color: rgb(181,35,162); }
td.TdClassName
{
border-color: #B523A2;
}
.TagClassName
{
border-color: #B523A2;
}
</style>