Shades of Medium Purple #B16FF8
Tints of Medium Purple #B16FF8
RGB
CMYK
RGB Variations
Color information
#B16FF8 (or 0xB16FF8) is known color: Medium Purple. HEX triplet: B1, 6F and F8. RGB value is (177,111,248). Sum of RGB (Red+Green+Blue) = 177+111+248=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #B16FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FF8 is #4E9007. Grayscale: #919191. Windows color (decimal): -5148680 or 16281521. OLE color: 16281521.
HSL color Cylindrical-coordinate representation of color #B16FF8: hue angle of 268.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16FF8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 111 | 248 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.03 |
| HSL | 268.91º | 0.91% | 0.7% | - |
| HSV(B) | 268.91º | 0.55% | 0.97% | - |
| XYZ | 40.76 | 27.49 | 91.97 | - |
| YUV | 146.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 248 | 0.29 | 0.55 | 0 | 0.03 | 268.91 | 0.91 | 0.7 |
| Hex | B1 | 6F | F8 | 1D | 37 | 0 | 3 | 10D | 5B | 46 |
| Octal | 261 | 157 | 370 | 35 | 67 | 0 | 3 | 415 | 133 | 106 |
| Binary | 10110001 | 1101111 | 11111000 | 11101 | 110111 | 0 | 11 | 100001101 | 1011011 | 1000110 |
Color Harmonies of #B16FF8
Complementary color
Monochromatic Colors of #B16FF8
Black with #B16FF8
Text Example
Text Example
White with #B16FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FF8; }
p { color: rgb(177,111,248); }
H1.HeaderClassName
{
color: #B16FF8;
}
.AnyTagClassName
{
color: #B16FF8;
}
</style>
background-color css
<style>
a { background-color: #B16FF8; }
a { background-color: rgb(177,111,248); }
div.DivClassName
{
background-color: #B16FF8;
}
.BgClassName
{
background-color: #B16FF8;
}
</style>
border-color css
<style>
span { border-color: #B16FF8; }
span { border-color: rgb(177,111,248); }
td.TdClassName
{
border-color: #B16FF8;
}
.TagClassName
{
border-color: #B16FF8;
}
</style>