Shades of Medium Purple #B17CE7
Tints of Medium Purple #B17CE7
RGB
CMYK
RGB Variations
Color information
#B17CE7 (or 0xB17CE7) is known color: Medium Purple. HEX triplet: B1, 7C and E7. RGB value is (177,124,231). Sum of RGB (Red+Green+Blue) = 177+124+231=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #B17CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CE7 is #4E8318. Grayscale: #979797. Windows color (decimal): -5145369 or 15170737. OLE color: 15170737.
HSL color Cylindrical-coordinate representation of color #B17CE7: hue angle of 269.72º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17CE7 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 124 | 231 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.09 |
| HSL | 269.72º | 0.69% | 0.7% | - |
| HSV(B) | 269.72º | 0.46% | 0.91% | - |
| XYZ | 39.76 | 29.53 | 79.21 | - |
| YUV | 152.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 231 | 0.23 | 0.46 | 0 | 0.09 | 269.72 | 0.69 | 0.7 |
| Hex | B1 | 7C | E7 | 17 | 2E | 0 | 9 | 10E | 45 | 46 |
| Octal | 261 | 174 | 347 | 27 | 56 | 0 | 11 | 416 | 105 | 106 |
| Binary | 10110001 | 1111100 | 11100111 | 10111 | 101110 | 0 | 1001 | 100001110 | 1000101 | 1000110 |
Color Harmonies of #B17CE7
Complementary color
Monochromatic Colors of #B17CE7
Black with #B17CE7
Text Example
Text Example
White with #B17CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CE7; }
p { color: rgb(177,124,231); }
H1.HeaderClassName
{
color: #B17CE7;
}
.AnyTagClassName
{
color: #B17CE7;
}
</style>
background-color css
<style>
a { background-color: #B17CE7; }
a { background-color: rgb(177,124,231); }
div.DivClassName
{
background-color: #B17CE7;
}
.BgClassName
{
background-color: #B17CE7;
}
</style>
border-color css
<style>
span { border-color: #B17CE7; }
span { border-color: rgb(177,124,231); }
td.TdClassName
{
border-color: #B17CE7;
}
.TagClassName
{
border-color: #B17CE7;
}
</style>