Shades of Medium Red Violet #B527A3
Tints of Medium Red Violet #B527A3
RGB
CMYK
RGB Variations
Color information
#B527A3 (or 0xB527A3) is known color: Medium Red Violet. HEX triplet: B5, 27 and A3. RGB value is (181,39,163). Sum of RGB (Red+Green+Blue) = 181+39+163=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B527A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527A3 is #4AD85C. Grayscale: #5F5F5F. Windows color (decimal): -4905053 or 10692533. OLE color: 10692533.
HSL color Cylindrical-coordinate representation of color #B527A3: hue angle of 307.61º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B527A3 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 163 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.29 |
| HSL | 307.61º | 0.65% | 0.43% | - |
| HSV(B) | 307.61º | 0.78% | 0.71% | - |
| XYZ | 26.39 | 13.92 | 35.95 | - |
| YUV | 95.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 163 | 0 | 0.78 | 0.10 | 0.29 | 307.61 | 0.65 | 0.43 |
| Hex | B5 | 27 | A3 | 0 | 4E | A | 1D | 134 | 41 | 2B |
| Octal | 265 | 47 | 243 | 0 | 116 | 12 | 35 | 464 | 101 | 53 |
| Binary | 10110101 | 100111 | 10100011 | 0 | 1001110 | 1010 | 11101 | 100110100 | 1000001 | 101011 |
Color Harmonies of #B527A3
Complementary color
Monochromatic Colors of #B527A3
Black with #B527A3
Text Example
Text Example
White with #B527A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527A3; }
p { color: rgb(181,39,163); }
H1.HeaderClassName
{
color: #B527A3;
}
.AnyTagClassName
{
color: #B527A3;
}
</style>
background-color css
<style>
a { background-color: #B527A3; }
a { background-color: rgb(181,39,163); }
div.DivClassName
{
background-color: #B527A3;
}
.BgClassName
{
background-color: #B527A3;
}
</style>
border-color css
<style>
span { border-color: #B527A3; }
span { border-color: rgb(181,39,163); }
td.TdClassName
{
border-color: #B527A3;
}
.TagClassName
{
border-color: #B527A3;
}
</style>