Shades of Medium Purple #B17CEE
Tints of Medium Purple #B17CEE
RGB
CMYK
RGB Variations
Color information
#B17CEE (or 0xB17CEE) is known color: Medium Purple. HEX triplet: B1, 7C and EE. RGB value is (177,124,238). Sum of RGB (Red+Green+Blue) = 177+124+238=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #B17CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CEE is #4E8311. Grayscale: #989898. Windows color (decimal): -5145362 or 15629489. OLE color: 15629489.
HSL color Cylindrical-coordinate representation of color #B17CEE: hue angle of 267.89º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B17CEE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 124 | 238 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.07 |
| HSL | 267.89º | 0.77% | 0.71% | - |
| HSV(B) | 267.89º | 0.48% | 0.93% | - |
| XYZ | 40.77 | 29.94 | 84.52 | - |
| YUV | 152.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 238 | 0.26 | 0.48 | 0 | 0.07 | 267.89 | 0.77 | 0.71 |
| Hex | B1 | 7C | EE | 1A | 30 | 0 | 7 | 10C | 4D | 47 |
| Octal | 261 | 174 | 356 | 32 | 60 | 0 | 7 | 414 | 115 | 107 |
| Binary | 10110001 | 1111100 | 11101110 | 11010 | 110000 | 0 | 111 | 100001100 | 1001101 | 1000111 |
Color Harmonies of #B17CEE
Complementary color
Monochromatic Colors of #B17CEE
Black with #B17CEE
Text Example
Text Example
White with #B17CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CEE; }
p { color: rgb(177,124,238); }
H1.HeaderClassName
{
color: #B17CEE;
}
.AnyTagClassName
{
color: #B17CEE;
}
</style>
background-color css
<style>
a { background-color: #B17CEE; }
a { background-color: rgb(177,124,238); }
div.DivClassName
{
background-color: #B17CEE;
}
.BgClassName
{
background-color: #B17CEE;
}
</style>
border-color css
<style>
span { border-color: #B17CEE; }
span { border-color: rgb(177,124,238); }
td.TdClassName
{
border-color: #B17CEE;
}
.TagClassName
{
border-color: #B17CEE;
}
</style>