Shades of Medium Purple #B17EEF
Tints of Medium Purple #B17EEF
RGB
CMYK
RGB Variations
Color information
#B17EEF (or 0xB17EEF) is known color: Medium Purple. HEX triplet: B1, 7E and EF. RGB value is (177,126,239). Sum of RGB (Red+Green+Blue) = 177+126+239=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #B17EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EEF is #4E8110. Grayscale: #999999. Windows color (decimal): -5144849 or 15695537. OLE color: 15695537.
HSL color Cylindrical-coordinate representation of color #B17EEF: hue angle of 267.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17EEF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 126 | 239 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.06 |
| HSL | 267.08º | 0.78% | 0.72% | - |
| HSV(B) | 267.08º | 0.47% | 0.94% | - |
| XYZ | 41.17 | 30.5 | 85.38 | - |
| YUV | 154.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 239 | 0.26 | 0.47 | 0 | 0.06 | 267.08 | 0.78 | 0.72 |
| Hex | B1 | 7E | EF | 1A | 2F | 0 | 6 | 10B | 4E | 48 |
| Octal | 261 | 176 | 357 | 32 | 57 | 0 | 6 | 413 | 116 | 110 |
| Binary | 10110001 | 1111110 | 11101111 | 11010 | 101111 | 0 | 110 | 100001011 | 1001110 | 1001000 |
Color Harmonies of #B17EEF
Complementary color
Monochromatic Colors of #B17EEF
Black with #B17EEF
Text Example
Text Example
White with #B17EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EEF; }
p { color: rgb(177,126,239); }
H1.HeaderClassName
{
color: #B17EEF;
}
.AnyTagClassName
{
color: #B17EEF;
}
</style>
background-color css
<style>
a { background-color: #B17EEF; }
a { background-color: rgb(177,126,239); }
div.DivClassName
{
background-color: #B17EEF;
}
.BgClassName
{
background-color: #B17EEF;
}
</style>
border-color css
<style>
span { border-color: #B17EEF; }
span { border-color: rgb(177,126,239); }
td.TdClassName
{
border-color: #B17EEF;
}
.TagClassName
{
border-color: #B17EEF;
}
</style>