Shades of Medium Purple #B17DEE
Tints of Medium Purple #B17DEE
RGB
CMYK
RGB Variations
Color information
#B17DEE (or 0xB17DEE) is known color: Medium Purple. HEX triplet: B1, 7D and EE. RGB value is (177,125,238). Sum of RGB (Red+Green+Blue) = 177+125+238=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #B17DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DEE is #4E8211. Grayscale: #999999. Windows color (decimal): -5145106 or 15629745. OLE color: 15629745.
HSL color Cylindrical-coordinate representation of color #B17DEE: hue angle of 267.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17DEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 125 | 238 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.07 |
| HSL | 267.61º | 0.77% | 0.71% | - |
| HSV(B) | 267.61º | 0.47% | 0.93% | - |
| XYZ | 40.9 | 30.19 | 84.56 | - |
| YUV | 153.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 238 | 0.26 | 0.47 | 0 | 0.07 | 267.61 | 0.77 | 0.71 |
| Hex | B1 | 7D | EE | 1A | 2F | 0 | 7 | 10C | 4D | 47 |
| Octal | 261 | 175 | 356 | 32 | 57 | 0 | 7 | 414 | 115 | 107 |
| Binary | 10110001 | 1111101 | 11101110 | 11010 | 101111 | 0 | 111 | 100001100 | 1001101 | 1000111 |
Color Harmonies of #B17DEE
Complementary color
Monochromatic Colors of #B17DEE
Black with #B17DEE
Text Example
Text Example
White with #B17DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DEE; }
p { color: rgb(177,125,238); }
H1.HeaderClassName
{
color: #B17DEE;
}
.AnyTagClassName
{
color: #B17DEE;
}
</style>
background-color css
<style>
a { background-color: #B17DEE; }
a { background-color: rgb(177,125,238); }
div.DivClassName
{
background-color: #B17DEE;
}
.BgClassName
{
background-color: #B17DEE;
}
</style>
border-color css
<style>
span { border-color: #B17DEE; }
span { border-color: rgb(177,125,238); }
td.TdClassName
{
border-color: #B17DEE;
}
.TagClassName
{
border-color: #B17DEE;
}
</style>