Shades of Medium Purple #B166FF
Tints of Medium Purple #B166FF
RGB
CMYK
RGB Variations
Color information
#B166FF (or 0xB166FF) is known color: Medium Purple. HEX triplet: B1, 66 and FF. RGB value is (177,102,255). Sum of RGB (Red+Green+Blue) = 177+102+255=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B166FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FF is #4E9900. Grayscale: #8D8D8D. Windows color (decimal): -5150977 or 16737969. OLE color: 16737969.
HSL color Cylindrical-coordinate representation of color #B166FF: hue angle of 269.41º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B166FF is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 102 | 255 | - |
| CMYK | 0.31 | 0.6 | 0 | 0 |
| HSL | 269.41º | 1% | 0.7% | - |
| HSV(B) | 269.41º | 0.6% | 1% | - |
| XYZ | 40.93 | 26.07 | 97.48 | - |
| YUV | 141.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 255 | 0.31 | 0.6 | 0 | 0 | 269.41 | 1 | 0.7 |
| Hex | B1 | 66 | FF | 1F | 3C | 0 | 0 | 10D | 64 | 46 |
| Octal | 261 | 146 | 377 | 37 | 74 | 0 | 0 | 415 | 144 | 106 |
| Binary | 10110001 | 1100110 | 11111111 | 11111 | 111100 | 0 | 0 | 100001101 | 1100100 | 1000110 |
Color Harmonies of #B166FF
Complementary color
Monochromatic Colors of #B166FF
Black with #B166FF
Text Example
Text Example
White with #B166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166FF; }
p { color: rgb(177,102,255); }
H1.HeaderClassName
{
color: #B166FF;
}
.AnyTagClassName
{
color: #B166FF;
}
</style>
background-color css
<style>
a { background-color: #B166FF; }
a { background-color: rgb(177,102,255); }
div.DivClassName
{
background-color: #B166FF;
}
.BgClassName
{
background-color: #B166FF;
}
</style>
border-color css
<style>
span { border-color: #B166FF; }
span { border-color: rgb(177,102,255); }
td.TdClassName
{
border-color: #B166FF;
}
.TagClassName
{
border-color: #B166FF;
}
</style>