Shades of Medium Purple #B17FFC
Tints of Medium Purple #B17FFC
RGB
CMYK
RGB Variations
Color information
#B17FFC (or 0xB17FFC) is known color: Medium Purple. HEX triplet: B1, 7F and FC. RGB value is (177,127,252). Sum of RGB (Red+Green+Blue) = 177+127+252=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B17FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FFC is #4E8003. Grayscale: #9B9B9B. Windows color (decimal): -5144580 or 16547761. OLE color: 16547761.
HSL color Cylindrical-coordinate representation of color #B17FFC: hue angle of 264º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17FFC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 127 | 252 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.01 |
| HSL | 264º | 0.95% | 0.74% | - |
| HSV(B) | 264º | 0.5% | 0.99% | - |
| XYZ | 43.29 | 31.55 | 95.9 | - |
| YUV | 156.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 252 | 0.30 | 0.50 | 0 | 0.01 | 264 | 0.95 | 0.74 |
| Hex | B1 | 7F | FC | 1E | 32 | 0 | 1 | 108 | 5F | 4A |
| Octal | 261 | 177 | 374 | 36 | 62 | 0 | 1 | 410 | 137 | 112 |
| Binary | 10110001 | 1111111 | 11111100 | 11110 | 110010 | 0 | 1 | 100001000 | 1011111 | 1001010 |
Color Harmonies of #B17FFC
Complementary color
Monochromatic Colors of #B17FFC
Black with #B17FFC
Text Example
Text Example
White with #B17FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FFC; }
p { color: rgb(177,127,252); }
H1.HeaderClassName
{
color: #B17FFC;
}
.AnyTagClassName
{
color: #B17FFC;
}
</style>
background-color css
<style>
a { background-color: #B17FFC; }
a { background-color: rgb(177,127,252); }
div.DivClassName
{
background-color: #B17FFC;
}
.BgClassName
{
background-color: #B17FFC;
}
</style>
border-color css
<style>
span { border-color: #B17FFC; }
span { border-color: rgb(177,127,252); }
td.TdClassName
{
border-color: #B17FFC;
}
.TagClassName
{
border-color: #B17FFC;
}
</style>