Shades of Medium Purple #B577EE
Tints of Medium Purple #B577EE
RGB
CMYK
RGB Variations
Color information
#B577EE (or 0xB577EE) is known color: Medium Purple. HEX triplet: B5, 77 and EE. RGB value is (181,119,238). Sum of RGB (Red+Green+Blue) = 181+119+238=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B577EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B577EE is #4A8811. Grayscale: #969696. Windows color (decimal): -4884498 or 15628213. OLE color: 15628213.
HSL color Cylindrical-coordinate representation of color #B577EE: hue angle of 271.26º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B577EE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 119 | 238 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.07 |
| HSL | 271.26º | 0.78% | 0.7% | - |
| HSV(B) | 271.26º | 0.5% | 0.93% | - |
| XYZ | 41.09 | 29.19 | 84.36 | - |
| YUV | 151.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 238 | 0.24 | 0.50 | 0 | 0.07 | 271.26 | 0.78 | 0.7 |
| Hex | B5 | 77 | EE | 18 | 32 | 0 | 7 | 10F | 4E | 46 |
| Octal | 265 | 167 | 356 | 30 | 62 | 0 | 7 | 417 | 116 | 106 |
| Binary | 10110101 | 1110111 | 11101110 | 11000 | 110010 | 0 | 111 | 100001111 | 1001110 | 1000110 |
Color Harmonies of #B577EE
Complementary color
Monochromatic Colors of #B577EE
Black with #B577EE
Text Example
Text Example
White with #B577EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577EE; }
p { color: rgb(181,119,238); }
H1.HeaderClassName
{
color: #B577EE;
}
.AnyTagClassName
{
color: #B577EE;
}
</style>
background-color css
<style>
a { background-color: #B577EE; }
a { background-color: rgb(181,119,238); }
div.DivClassName
{
background-color: #B577EE;
}
.BgClassName
{
background-color: #B577EE;
}
</style>
border-color css
<style>
span { border-color: #B577EE; }
span { border-color: rgb(181,119,238); }
td.TdClassName
{
border-color: #B577EE;
}
.TagClassName
{
border-color: #B577EE;
}
</style>