Shades of Medium Purple #B17EF1
Tints of Medium Purple #B17EF1
RGB
CMYK
RGB Variations
Color information
#B17EF1 (or 0xB17EF1) is known color: Medium Purple. HEX triplet: B1, 7E and F1. RGB value is (177,126,241). Sum of RGB (Red+Green+Blue) = 177+126+241=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #B17EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EF1 is #4E810E. Grayscale: #999999. Windows color (decimal): -5144847 or 15826609. OLE color: 15826609.
HSL color Cylindrical-coordinate representation of color #B17EF1: hue angle of 266.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B17EF1 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 126 | 241 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.05 |
| HSL | 266.61º | 0.8% | 0.72% | - |
| HSV(B) | 266.61º | 0.48% | 0.95% | - |
| XYZ | 41.47 | 30.62 | 86.94 | - |
| YUV | 154.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 241 | 0.27 | 0.48 | 0 | 0.05 | 266.61 | 0.8 | 0.72 |
| Hex | B1 | 7E | F1 | 1B | 30 | 0 | 5 | 10B | 50 | 48 |
| Octal | 261 | 176 | 361 | 33 | 60 | 0 | 5 | 413 | 120 | 110 |
| Binary | 10110001 | 1111110 | 11110001 | 11011 | 110000 | 0 | 101 | 100001011 | 1010000 | 1001000 |
Color Harmonies of #B17EF1
Complementary color
Monochromatic Colors of #B17EF1
Black with #B17EF1
Text Example
Text Example
White with #B17EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EF1; }
p { color: rgb(177,126,241); }
H1.HeaderClassName
{
color: #B17EF1;
}
.AnyTagClassName
{
color: #B17EF1;
}
</style>
background-color css
<style>
a { background-color: #B17EF1; }
a { background-color: rgb(177,126,241); }
div.DivClassName
{
background-color: #B17EF1;
}
.BgClassName
{
background-color: #B17EF1;
}
</style>
border-color css
<style>
span { border-color: #B17EF1; }
span { border-color: rgb(177,126,241); }
td.TdClassName
{
border-color: #B17EF1;
}
.TagClassName
{
border-color: #B17EF1;
}
</style>