Shades of Medium Purple #B179ED
Tints of Medium Purple #B179ED
RGB
CMYK
RGB Variations
Color information
#B179ED (or 0xB179ED) is known color: Medium Purple. HEX triplet: B1, 79 and ED. RGB value is (177,121,237). Sum of RGB (Red+Green+Blue) = 177+121+237=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #B179ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B179ED is #4E8612. Grayscale: #969696. Windows color (decimal): -5146131 or 15563185. OLE color: 15563185.
HSL color Cylindrical-coordinate representation of color #B179ED: hue angle of 268.97º degrees, saturation: 0.76, 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 #B179ED is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 121 | 237 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.07 |
| HSL | 268.97º | 0.76% | 0.7% | - |
| HSV(B) | 268.97º | 0.49% | 0.93% | - |
| XYZ | 40.25 | 29.14 | 83.62 | - |
| YUV | 150.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 237 | 0.25 | 0.49 | 0 | 0.07 | 268.97 | 0.76 | 0.7 |
| Hex | B1 | 79 | ED | 19 | 31 | 0 | 7 | 10D | 4C | 46 |
| Octal | 261 | 171 | 355 | 31 | 61 | 0 | 7 | 415 | 114 | 106 |
| Binary | 10110001 | 1111001 | 11101101 | 11001 | 110001 | 0 | 111 | 100001101 | 1001100 | 1000110 |
Color Harmonies of #B179ED
Complementary color
Monochromatic Colors of #B179ED
Black with #B179ED
Text Example
Text Example
White with #B179ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179ED; }
p { color: rgb(177,121,237); }
H1.HeaderClassName
{
color: #B179ED;
}
.AnyTagClassName
{
color: #B179ED;
}
</style>
background-color css
<style>
a { background-color: #B179ED; }
a { background-color: rgb(177,121,237); }
div.DivClassName
{
background-color: #B179ED;
}
.BgClassName
{
background-color: #B179ED;
}
</style>
border-color css
<style>
span { border-color: #B179ED; }
span { border-color: rgb(177,121,237); }
td.TdClassName
{
border-color: #B179ED;
}
.TagClassName
{
border-color: #B179ED;
}
</style>