Shades of Medium Red Violet #B527A5
Tints of Medium Red Violet #B527A5
RGB
CMYK
RGB Variations
Color information
#B527A5 (or 0xB527A5) is known color: Medium Red Violet. HEX triplet: B5, 27 and A5. RGB value is (181,39,165). Sum of RGB (Red+Green+Blue) = 181+39+165=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B527A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527A5 is #4AD85A. Grayscale: #5F5F5F. Windows color (decimal): -4905051 or 10823605. OLE color: 10823605.
HSL color Cylindrical-coordinate representation of color #B527A5: hue angle of 306.76º 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 #B527A5 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 165 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.29 |
| HSL | 306.76º | 0.65% | 0.43% | - |
| HSV(B) | 306.76º | 0.78% | 0.71% | - |
| XYZ | 26.57 | 13.99 | 36.9 | - |
| YUV | 95.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 165 | 0 | 0.78 | 0.09 | 0.29 | 306.76 | 0.65 | 0.43 |
| Hex | B5 | 27 | A5 | 0 | 4E | 9 | 1D | 133 | 41 | 2B |
| Octal | 265 | 47 | 245 | 0 | 116 | 11 | 35 | 463 | 101 | 53 |
| Binary | 10110101 | 100111 | 10100101 | 0 | 1001110 | 1001 | 11101 | 100110011 | 1000001 | 101011 |
Color Harmonies of #B527A5
Complementary color
Monochromatic Colors of #B527A5
Black with #B527A5
Text Example
Text Example
White with #B527A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527A5; }
p { color: rgb(181,39,165); }
H1.HeaderClassName
{
color: #B527A5;
}
.AnyTagClassName
{
color: #B527A5;
}
</style>
background-color css
<style>
a { background-color: #B527A5; }
a { background-color: rgb(181,39,165); }
div.DivClassName
{
background-color: #B527A5;
}
.BgClassName
{
background-color: #B527A5;
}
</style>
border-color css
<style>
span { border-color: #B527A5; }
span { border-color: rgb(181,39,165); }
td.TdClassName
{
border-color: #B527A5;
}
.TagClassName
{
border-color: #B527A5;
}
</style>