Shades of Medium Purple #B166FE
Tints of Medium Purple #B166FE
RGB
CMYK
RGB Variations
Color information
#B166FE (or 0xB166FE) is known color: Medium Purple. HEX triplet: B1, 66 and FE. RGB value is (177,102,254). Sum of RGB (Red+Green+Blue) = 177+102+254=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #B166FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FE is #4E9901. Grayscale: #8D8D8D. Windows color (decimal): -5150978 or 16672433. OLE color: 16672433.
HSL color Cylindrical-coordinate representation of color #B166FE: hue angle of 269.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B166FE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 102 | 254 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.00 |
| HSL | 269.61º | 0.99% | 0.7% | - |
| HSV(B) | 269.61º | 0.6% | 1% | - |
| XYZ | 40.77 | 26.01 | 96.64 | - |
| YUV | 141.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 254 | 0.30 | 0.60 | 0 | 0.00 | 269.61 | 0.99 | 0.7 |
| Hex | B1 | 66 | FE | 1E | 3C | 0 | 0 | 10E | 63 | 46 |
| Octal | 261 | 146 | 376 | 36 | 74 | 0 | 0 | 416 | 143 | 106 |
| Binary | 10110001 | 1100110 | 11111110 | 11110 | 111100 | 0 | 0 | 100001110 | 1100011 | 1000110 |
Color Harmonies of #B166FE
Complementary color
Monochromatic Colors of #B166FE
Black with #B166FE
Text Example
Text Example
White with #B166FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166FE; }
p { color: rgb(177,102,254); }
H1.HeaderClassName
{
color: #B166FE;
}
.AnyTagClassName
{
color: #B166FE;
}
</style>
background-color css
<style>
a { background-color: #B166FE; }
a { background-color: rgb(177,102,254); }
div.DivClassName
{
background-color: #B166FE;
}
.BgClassName
{
background-color: #B166FE;
}
</style>
border-color css
<style>
span { border-color: #B166FE; }
span { border-color: rgb(177,102,254); }
td.TdClassName
{
border-color: #B166FE;
}
.TagClassName
{
border-color: #B166FE;
}
</style>