Shades of Medium Purple #B579FA
Tints of Medium Purple #B579FA
RGB
CMYK
RGB Variations
Color information
#B579FA (or 0xB579FA) is known color: Medium Purple. HEX triplet: B5, 79 and FA. RGB value is (181,121,250). Sum of RGB (Red+Green+Blue) = 181+121+250=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #B579FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B579FA is #4A8605. Grayscale: #999999. Windows color (decimal): -4883974 or 16415157. OLE color: 16415157.
HSL color Cylindrical-coordinate representation of color #B579FA: hue angle of 267.91º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B579FA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 121 | 250 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.02 |
| HSL | 267.91º | 0.93% | 0.73% | - |
| HSV(B) | 267.91º | 0.52% | 0.98% | - |
| XYZ | 43.15 | 30.4 | 94.04 | - |
| YUV | 153.65 | 182.38 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 250 | 0.28 | 0.52 | 0 | 0.02 | 267.91 | 0.93 | 0.73 |
| Hex | B5 | 79 | FA | 1C | 34 | 0 | 2 | 10C | 5D | 49 |
| Octal | 265 | 171 | 372 | 34 | 64 | 0 | 2 | 414 | 135 | 111 |
| Binary | 10110101 | 1111001 | 11111010 | 11100 | 110100 | 0 | 10 | 100001100 | 1011101 | 1001001 |
Color Harmonies of #B579FA
Complementary color
Monochromatic Colors of #B579FA
Black with #B579FA
Text Example
Text Example
White with #B579FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579FA; }
p { color: rgb(181,121,250); }
H1.HeaderClassName
{
color: #B579FA;
}
.AnyTagClassName
{
color: #B579FA;
}
</style>
background-color css
<style>
a { background-color: #B579FA; }
a { background-color: rgb(181,121,250); }
div.DivClassName
{
background-color: #B579FA;
}
.BgClassName
{
background-color: #B579FA;
}
</style>
border-color css
<style>
span { border-color: #B579FA; }
span { border-color: rgb(181,121,250); }
td.TdClassName
{
border-color: #B579FA;
}
.TagClassName
{
border-color: #B579FA;
}
</style>