Shades of Medium Purple #B17DF9
Tints of Medium Purple #B17DF9
RGB
CMYK
RGB Variations
Color information
#B17DF9 (or 0xB17DF9) is known color: Medium Purple. HEX triplet: B1, 7D and F9. RGB value is (177,125,249). Sum of RGB (Red+Green+Blue) = 177+125+249=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #B17DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DF9 is #4E8206. Grayscale: #9A9A9A. Windows color (decimal): -5145095 or 16350641. OLE color: 16350641.
HSL color Cylindrical-coordinate representation of color #B17DF9: hue angle of 265.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17DF9 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 125 | 249 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.02 |
| HSL | 265.16º | 0.91% | 0.73% | - |
| HSV(B) | 265.16º | 0.5% | 0.98% | - |
| XYZ | 42.56 | 30.85 | 93.33 | - |
| YUV | 154.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 249 | 0.29 | 0.50 | 0 | 0.02 | 265.16 | 0.91 | 0.73 |
| Hex | B1 | 7D | F9 | 1D | 32 | 0 | 2 | 109 | 5B | 49 |
| Octal | 261 | 175 | 371 | 35 | 62 | 0 | 2 | 411 | 133 | 111 |
| Binary | 10110001 | 1111101 | 11111001 | 11101 | 110010 | 0 | 10 | 100001001 | 1011011 | 1001001 |
Color Harmonies of #B17DF9
Complementary color
Monochromatic Colors of #B17DF9
Black with #B17DF9
Text Example
Text Example
White with #B17DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DF9; }
p { color: rgb(177,125,249); }
H1.HeaderClassName
{
color: #B17DF9;
}
.AnyTagClassName
{
color: #B17DF9;
}
</style>
background-color css
<style>
a { background-color: #B17DF9; }
a { background-color: rgb(177,125,249); }
div.DivClassName
{
background-color: #B17DF9;
}
.BgClassName
{
background-color: #B17DF9;
}
</style>
border-color css
<style>
span { border-color: #B17DF9; }
span { border-color: rgb(177,125,249); }
td.TdClassName
{
border-color: #B17DF9;
}
.TagClassName
{
border-color: #B17DF9;
}
</style>