Shades of Medium Purple #B179EC
Tints of Medium Purple #B179EC
RGB
CMYK
RGB Variations
Color information
#B179EC (or 0xB179EC) is known color: Medium Purple. HEX triplet: B1, 79 and EC. RGB value is (177,121,236). Sum of RGB (Red+Green+Blue) = 177+121+236=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B179EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B179EC is #4E8613. Grayscale: #969696. Windows color (decimal): -5146132 or 15497649. OLE color: 15497649.
HSL color Cylindrical-coordinate representation of color #B179EC: hue angle of 269.22º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B179EC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 121 | 236 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.07 |
| HSL | 269.22º | 0.75% | 0.7% | - |
| HSV(B) | 269.22º | 0.49% | 0.93% | - |
| XYZ | 40.11 | 29.08 | 82.86 | - |
| YUV | 150.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 236 | 0.25 | 0.49 | 0 | 0.07 | 269.22 | 0.75 | 0.7 |
| Hex | B1 | 79 | EC | 19 | 31 | 0 | 7 | 10D | 4B | 46 |
| Octal | 261 | 171 | 354 | 31 | 61 | 0 | 7 | 415 | 113 | 106 |
| Binary | 10110001 | 1111001 | 11101100 | 11001 | 110001 | 0 | 111 | 100001101 | 1001011 | 1000110 |
Color Harmonies of #B179EC
Complementary color
Monochromatic Colors of #B179EC
Black with #B179EC
Text Example
Text Example
White with #B179EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179EC; }
p { color: rgb(177,121,236); }
H1.HeaderClassName
{
color: #B179EC;
}
.AnyTagClassName
{
color: #B179EC;
}
</style>
background-color css
<style>
a { background-color: #B179EC; }
a { background-color: rgb(177,121,236); }
div.DivClassName
{
background-color: #B179EC;
}
.BgClassName
{
background-color: #B179EC;
}
</style>
border-color css
<style>
span { border-color: #B179EC; }
span { border-color: rgb(177,121,236); }
td.TdClassName
{
border-color: #B179EC;
}
.TagClassName
{
border-color: #B179EC;
}
</style>