Shades of Medium Purple #B166FA
Tints of Medium Purple #B166FA
RGB
CMYK
RGB Variations
Color information
#B166FA (or 0xB166FA) is known color: Medium Purple. HEX triplet: B1, 66 and FA. RGB value is (177,102,250). Sum of RGB (Red+Green+Blue) = 177+102+250=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B166FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166FA is #4E9905. Grayscale: #8C8C8C. Windows color (decimal): -5150982 or 16410289. OLE color: 16410289.
HSL color Cylindrical-coordinate representation of color #B166FA: hue angle of 270.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B166FA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 102 | 250 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.02 |
| HSL | 270.41º | 0.94% | 0.69% | - |
| HSV(B) | 270.41º | 0.59% | 0.98% | - |
| XYZ | 40.14 | 25.75 | 93.3 | - |
| YUV | 141.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 250 | 0.29 | 0.59 | 0 | 0.02 | 270.41 | 0.94 | 0.69 |
| Hex | B1 | 66 | FA | 1D | 3B | 0 | 2 | 10E | 5E | 45 |
| Octal | 261 | 146 | 372 | 35 | 73 | 0 | 2 | 416 | 136 | 105 |
| Binary | 10110001 | 1100110 | 11111010 | 11101 | 111011 | 0 | 10 | 100001110 | 1011110 | 1000101 |
Color Harmonies of #B166FA
Complementary color
Monochromatic Colors of #B166FA
Black with #B166FA
Text Example
Text Example
White with #B166FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166FA; }
p { color: rgb(177,102,250); }
H1.HeaderClassName
{
color: #B166FA;
}
.AnyTagClassName
{
color: #B166FA;
}
</style>
background-color css
<style>
a { background-color: #B166FA; }
a { background-color: rgb(177,102,250); }
div.DivClassName
{
background-color: #B166FA;
}
.BgClassName
{
background-color: #B166FA;
}
</style>
border-color css
<style>
span { border-color: #B166FA; }
span { border-color: rgb(177,102,250); }
td.TdClassName
{
border-color: #B166FA;
}
.TagClassName
{
border-color: #B166FA;
}
</style>