Shades of Medium Purple #B17BFF
Tints of Medium Purple #B17BFF
RGB
CMYK
RGB Variations
Color information
#B17BFF (or 0xB17BFF) is known color: Medium Purple. HEX triplet: B1, 7B and FF. RGB value is (177,123,255). Sum of RGB (Red+Green+Blue) = 177+123+255=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B17BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17BFF is #4E8400. Grayscale: #999999. Windows color (decimal): -5145601 or 16743345. OLE color: 16743345.
HSL color Cylindrical-coordinate representation of color #B17BFF: hue angle of 264.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17BFF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 123 | 255 | - |
| CMYK | 0.31 | 0.52 | 0 | 0 |
| HSL | 264.55º | 1% | 0.74% | - |
| HSV(B) | 264.55º | 0.52% | 1% | - |
| XYZ | 43.26 | 30.73 | 98.26 | - |
| YUV | 154.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 255 | 0.31 | 0.52 | 0 | 0 | 264.55 | 1 | 0.74 |
| Hex | B1 | 7B | FF | 1F | 34 | 0 | 0 | 109 | 64 | 4A |
| Octal | 261 | 173 | 377 | 37 | 64 | 0 | 0 | 411 | 144 | 112 |
| Binary | 10110001 | 1111011 | 11111111 | 11111 | 110100 | 0 | 0 | 100001001 | 1100100 | 1001010 |
Color Harmonies of #B17BFF
Complementary color
Monochromatic Colors of #B17BFF
Black with #B17BFF
Text Example
Text Example
White with #B17BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BFF; }
p { color: rgb(177,123,255); }
H1.HeaderClassName
{
color: #B17BFF;
}
.AnyTagClassName
{
color: #B17BFF;
}
</style>
background-color css
<style>
a { background-color: #B17BFF; }
a { background-color: rgb(177,123,255); }
div.DivClassName
{
background-color: #B17BFF;
}
.BgClassName
{
background-color: #B17BFF;
}
</style>
border-color css
<style>
span { border-color: #B17BFF; }
span { border-color: rgb(177,123,255); }
td.TdClassName
{
border-color: #B17BFF;
}
.TagClassName
{
border-color: #B17BFF;
}
</style>