Shades of Medium Purple #B177ED
Tints of Medium Purple #B177ED
RGB
CMYK
RGB Variations
Color information
#B177ED (or 0xB177ED) is known color: Medium Purple. HEX triplet: B1, 77 and ED. RGB value is (177,119,237). Sum of RGB (Red+Green+Blue) = 177+119+237=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B177ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177ED is #4E8812. Grayscale: #959595. Windows color (decimal): -5146643 or 15562673. OLE color: 15562673.
HSL color Cylindrical-coordinate representation of color #B177ED: hue angle of 269.49º degrees, saturation: 0.77, 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 #B177ED is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 119 | 237 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 269.49º | 0.77% | 0.7% | - |
| HSV(B) | 269.49º | 0.5% | 0.93% | - |
| XYZ | 40.01 | 28.66 | 83.54 | - |
| YUV | 149.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 237 | 0.25 | 0.50 | 0 | 0.07 | 269.49 | 0.77 | 0.7 |
| Hex | B1 | 77 | ED | 19 | 32 | 0 | 7 | 10D | 4D | 46 |
| Octal | 261 | 167 | 355 | 31 | 62 | 0 | 7 | 415 | 115 | 106 |
| Binary | 10110001 | 1110111 | 11101101 | 11001 | 110010 | 0 | 111 | 100001101 | 1001101 | 1000110 |
Color Harmonies of #B177ED
Complementary color
Monochromatic Colors of #B177ED
Black with #B177ED
Text Example
Text Example
White with #B177ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B177ED; }
p { color: rgb(177,119,237); }
H1.HeaderClassName
{
color: #B177ED;
}
.AnyTagClassName
{
color: #B177ED;
}
</style>
background-color css
<style>
a { background-color: #B177ED; }
a { background-color: rgb(177,119,237); }
div.DivClassName
{
background-color: #B177ED;
}
.BgClassName
{
background-color: #B177ED;
}
</style>
border-color css
<style>
span { border-color: #B177ED; }
span { border-color: rgb(177,119,237); }
td.TdClassName
{
border-color: #B177ED;
}
.TagClassName
{
border-color: #B177ED;
}
</style>