Shades of Medium Purple #B579E7
Tints of Medium Purple #B579E7
RGB
CMYK
RGB Variations
Color information
#B579E7 (or 0xB579E7) is known color: Medium Purple. HEX triplet: B5, 79 and E7. RGB value is (181,121,231). Sum of RGB (Red+Green+Blue) = 181+121+231=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #B579E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B579E7 is #4A8618. Grayscale: #979797. Windows color (decimal): -4883993 or 15169973. OLE color: 15169973.
HSL color Cylindrical-coordinate representation of color #B579E7: hue angle of 272.73º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B579E7 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 121 | 231 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.09 |
| HSL | 272.73º | 0.7% | 0.69% | - |
| HSV(B) | 272.73º | 0.48% | 0.91% | - |
| XYZ | 40.32 | 29.27 | 79.13 | - |
| YUV | 151.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 231 | 0.22 | 0.48 | 0 | 0.09 | 272.73 | 0.7 | 0.69 |
| Hex | B5 | 79 | E7 | 16 | 30 | 0 | 9 | 111 | 46 | 45 |
| Octal | 265 | 171 | 347 | 26 | 60 | 0 | 11 | 421 | 106 | 105 |
| Binary | 10110101 | 1111001 | 11100111 | 10110 | 110000 | 0 | 1001 | 100010001 | 1000110 | 1000101 |
Color Harmonies of #B579E7
Complementary color
Monochromatic Colors of #B579E7
Black with #B579E7
Text Example
Text Example
White with #B579E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579E7; }
p { color: rgb(181,121,231); }
H1.HeaderClassName
{
color: #B579E7;
}
.AnyTagClassName
{
color: #B579E7;
}
</style>
background-color css
<style>
a { background-color: #B579E7; }
a { background-color: rgb(181,121,231); }
div.DivClassName
{
background-color: #B579E7;
}
.BgClassName
{
background-color: #B579E7;
}
</style>
border-color css
<style>
span { border-color: #B579E7; }
span { border-color: rgb(181,121,231); }
td.TdClassName
{
border-color: #B579E7;
}
.TagClassName
{
border-color: #B579E7;
}
</style>