Shades of Medium Purple #B16FFE
Tints of Medium Purple #B16FFE
RGB
CMYK
RGB Variations
Color information
#B16FFE (or 0xB16FFE) is known color: Medium Purple. HEX triplet: B1, 6F and FE. RGB value is (177,111,254). Sum of RGB (Red+Green+Blue) = 177+111+254=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #B16FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FFE is #4E9001. Grayscale: #929292. Windows color (decimal): -5148674 or 16674737. OLE color: 16674737.
HSL color Cylindrical-coordinate representation of color #B16FFE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16FFE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 111 | 254 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.00 |
| HSL | 267.69º | 0.99% | 0.72% | - |
| HSV(B) | 267.69º | 0.56% | 1% | - |
| XYZ | 41.71 | 27.87 | 96.95 | - |
| YUV | 147.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 254 | 0.30 | 0.56 | 0 | 0.00 | 267.69 | 0.99 | 0.72 |
| Hex | B1 | 6F | FE | 1E | 38 | 0 | 0 | 10C | 63 | 48 |
| Octal | 261 | 157 | 376 | 36 | 70 | 0 | 0 | 414 | 143 | 110 |
| Binary | 10110001 | 1101111 | 11111110 | 11110 | 111000 | 0 | 0 | 100001100 | 1100011 | 1001000 |
Color Harmonies of #B16FFE
Complementary color
Monochromatic Colors of #B16FFE
Black with #B16FFE
Text Example
Text Example
White with #B16FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FFE; }
p { color: rgb(177,111,254); }
H1.HeaderClassName
{
color: #B16FFE;
}
.AnyTagClassName
{
color: #B16FFE;
}
</style>
background-color css
<style>
a { background-color: #B16FFE; }
a { background-color: rgb(177,111,254); }
div.DivClassName
{
background-color: #B16FFE;
}
.BgClassName
{
background-color: #B16FFE;
}
</style>
border-color css
<style>
span { border-color: #B16FFE; }
span { border-color: rgb(177,111,254); }
td.TdClassName
{
border-color: #B16FFE;
}
.TagClassName
{
border-color: #B16FFE;
}
</style>