Shades of Medium Purple #B17DFB
Tints of Medium Purple #B17DFB
RGB
CMYK
RGB Variations
Color information
#B17DFB (or 0xB17DFB) is known color: Medium Purple. HEX triplet: B1, 7D and FB. RGB value is (177,125,251). Sum of RGB (Red+Green+Blue) = 177+125+251=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #B17DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DFB is #4E8204. Grayscale: #9A9A9A. Windows color (decimal): -5145093 or 16481713. OLE color: 16481713.
HSL color Cylindrical-coordinate representation of color #B17DFB: hue angle of 264.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17DFB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 125 | 251 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.02 |
| HSL | 264.76º | 0.94% | 0.74% | - |
| HSV(B) | 264.76º | 0.5% | 0.98% | - |
| XYZ | 42.88 | 30.98 | 94.99 | - |
| YUV | 154.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 251 | 0.29 | 0.50 | 0 | 0.02 | 264.76 | 0.94 | 0.74 |
| Hex | B1 | 7D | FB | 1D | 32 | 0 | 2 | 109 | 5E | 4A |
| Octal | 261 | 175 | 373 | 35 | 62 | 0 | 2 | 411 | 136 | 112 |
| Binary | 10110001 | 1111101 | 11111011 | 11101 | 110010 | 0 | 10 | 100001001 | 1011110 | 1001010 |
Color Harmonies of #B17DFB
Complementary color
Monochromatic Colors of #B17DFB
Black with #B17DFB
Text Example
Text Example
White with #B17DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DFB; }
p { color: rgb(177,125,251); }
H1.HeaderClassName
{
color: #B17DFB;
}
.AnyTagClassName
{
color: #B17DFB;
}
</style>
background-color css
<style>
a { background-color: #B17DFB; }
a { background-color: rgb(177,125,251); }
div.DivClassName
{
background-color: #B17DFB;
}
.BgClassName
{
background-color: #B17DFB;
}
</style>
border-color css
<style>
span { border-color: #B17DFB; }
span { border-color: rgb(177,125,251); }
td.TdClassName
{
border-color: #B17DFB;
}
.TagClassName
{
border-color: #B17DFB;
}
</style>