Shades of Medium Purple #B17DF7
Tints of Medium Purple #B17DF7
RGB
CMYK
RGB Variations
Color information
#B17DF7 (or 0xB17DF7) is known color: Medium Purple. HEX triplet: B1, 7D and F7. RGB value is (177,125,247). Sum of RGB (Red+Green+Blue) = 177+125+247=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #B17DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DF7 is #4E8208. Grayscale: #9A9A9A. Windows color (decimal): -5145097 or 16219569. OLE color: 16219569.
HSL color Cylindrical-coordinate representation of color #B17DF7: hue angle of 265.57º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17DF7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 125 | 247 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.03 |
| HSL | 265.57º | 0.88% | 0.73% | - |
| HSV(B) | 265.57º | 0.49% | 0.97% | - |
| XYZ | 42.25 | 30.73 | 91.7 | - |
| YUV | 154.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 247 | 0.28 | 0.49 | 0 | 0.03 | 265.57 | 0.88 | 0.73 |
| Hex | B1 | 7D | F7 | 1C | 31 | 0 | 3 | 10A | 58 | 49 |
| Octal | 261 | 175 | 367 | 34 | 61 | 0 | 3 | 412 | 130 | 111 |
| Binary | 10110001 | 1111101 | 11110111 | 11100 | 110001 | 0 | 11 | 100001010 | 1011000 | 1001001 |
Color Harmonies of #B17DF7
Complementary color
Monochromatic Colors of #B17DF7
Black with #B17DF7
Text Example
Text Example
White with #B17DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DF7; }
p { color: rgb(177,125,247); }
H1.HeaderClassName
{
color: #B17DF7;
}
.AnyTagClassName
{
color: #B17DF7;
}
</style>
background-color css
<style>
a { background-color: #B17DF7; }
a { background-color: rgb(177,125,247); }
div.DivClassName
{
background-color: #B17DF7;
}
.BgClassName
{
background-color: #B17DF7;
}
</style>
border-color css
<style>
span { border-color: #B17DF7; }
span { border-color: rgb(177,125,247); }
td.TdClassName
{
border-color: #B17DF7;
}
.TagClassName
{
border-color: #B17DF7;
}
</style>