Shades of Medium Purple #B577E5
Tints of Medium Purple #B577E5
RGB
CMYK
RGB Variations
Color information
#B577E5 (or 0xB577E5) is known color: Medium Purple. HEX triplet: B5, 77 and E5. RGB value is (181,119,229). Sum of RGB (Red+Green+Blue) = 181+119+229=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B577E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577E5 is #4A881A. Grayscale: #959595. Windows color (decimal): -4884507 or 15038389. OLE color: 15038389.
HSL color Cylindrical-coordinate representation of color #B577E5: hue angle of 273.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B577E5 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 119 | 229 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.10 |
| HSL | 273.82º | 0.68% | 0.68% | - |
| HSV(B) | 273.82º | 0.48% | 0.9% | - |
| XYZ | 39.8 | 28.67 | 77.57 | - |
| YUV | 150.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 229 | 0.21 | 0.48 | 0 | 0.10 | 273.82 | 0.68 | 0.68 |
| Hex | B5 | 77 | E5 | 15 | 30 | 0 | A | 112 | 44 | 44 |
| Octal | 265 | 167 | 345 | 25 | 60 | 0 | 12 | 422 | 104 | 104 |
| Binary | 10110101 | 1110111 | 11100101 | 10101 | 110000 | 0 | 1010 | 100010010 | 1000100 | 1000100 |
Color Harmonies of #B577E5
Complementary color
Monochromatic Colors of #B577E5
Black with #B577E5
Text Example
Text Example
White with #B577E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577E5; }
p { color: rgb(181,119,229); }
H1.HeaderClassName
{
color: #B577E5;
}
.AnyTagClassName
{
color: #B577E5;
}
</style>
background-color css
<style>
a { background-color: #B577E5; }
a { background-color: rgb(181,119,229); }
div.DivClassName
{
background-color: #B577E5;
}
.BgClassName
{
background-color: #B577E5;
}
</style>
border-color css
<style>
span { border-color: #B577E5; }
span { border-color: rgb(181,119,229); }
td.TdClassName
{
border-color: #B577E5;
}
.TagClassName
{
border-color: #B577E5;
}
</style>