Shades of Medium Purple #B577E8
Tints of Medium Purple #B577E8
RGB
CMYK
RGB Variations
Color information
#B577E8 (or 0xB577E8) is known color: Medium Purple. HEX triplet: B5, 77 and E8. RGB value is (181,119,232). Sum of RGB (Red+Green+Blue) = 181+119+232=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #B577E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B577E8 is #4A8817. Grayscale: #969696. Windows color (decimal): -4884504 or 15234997. OLE color: 15234997.
HSL color Cylindrical-coordinate representation of color #B577E8: hue angle of 272.92º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B577E8 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 119 | 232 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.09 |
| HSL | 272.92º | 0.71% | 0.69% | - |
| HSV(B) | 272.92º | 0.49% | 0.91% | - |
| XYZ | 40.22 | 28.84 | 79.79 | - |
| YUV | 150.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 232 | 0.22 | 0.49 | 0 | 0.09 | 272.92 | 0.71 | 0.69 |
| Hex | B5 | 77 | E8 | 16 | 31 | 0 | 9 | 111 | 47 | 45 |
| Octal | 265 | 167 | 350 | 26 | 61 | 0 | 11 | 421 | 107 | 105 |
| Binary | 10110101 | 1110111 | 11101000 | 10110 | 110001 | 0 | 1001 | 100010001 | 1000111 | 1000101 |
Color Harmonies of #B577E8
Complementary color
Monochromatic Colors of #B577E8
Black with #B577E8
Text Example
Text Example
White with #B577E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577E8; }
p { color: rgb(181,119,232); }
H1.HeaderClassName
{
color: #B577E8;
}
.AnyTagClassName
{
color: #B577E8;
}
</style>
background-color css
<style>
a { background-color: #B577E8; }
a { background-color: rgb(181,119,232); }
div.DivClassName
{
background-color: #B577E8;
}
.BgClassName
{
background-color: #B577E8;
}
</style>
border-color css
<style>
span { border-color: #B577E8; }
span { border-color: rgb(181,119,232); }
td.TdClassName
{
border-color: #B577E8;
}
.TagClassName
{
border-color: #B577E8;
}
</style>