Shades of Medium Purple #B166F3
Tints of Medium Purple #B166F3
RGB
CMYK
RGB Variations
Color information
#B166F3 (or 0xB166F3) is known color: Medium Purple. HEX triplet: B1, 66 and F3. RGB value is (177,102,243). Sum of RGB (Red+Green+Blue) = 177+102+243=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #B166F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166F3 is #4E990C. Grayscale: #8C8C8C. Windows color (decimal): -5150989 or 15951537. OLE color: 15951537.
HSL color Cylindrical-coordinate representation of color #B166F3: hue angle of 271.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B166F3 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 102 | 243 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.05 |
| HSL | 271.91º | 0.85% | 0.68% | - |
| HSV(B) | 271.91º | 0.58% | 0.95% | - |
| XYZ | 39.06 | 25.32 | 87.62 | - |
| YUV | 140.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 243 | 0.27 | 0.58 | 0 | 0.05 | 271.91 | 0.85 | 0.68 |
| Hex | B1 | 66 | F3 | 1B | 3A | 0 | 5 | 110 | 55 | 44 |
| Octal | 261 | 146 | 363 | 33 | 72 | 0 | 5 | 420 | 125 | 104 |
| Binary | 10110001 | 1100110 | 11110011 | 11011 | 111010 | 0 | 101 | 100010000 | 1010101 | 1000100 |
Color Harmonies of #B166F3
Complementary color
Monochromatic Colors of #B166F3
Black with #B166F3
Text Example
Text Example
White with #B166F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166F3; }
p { color: rgb(177,102,243); }
H1.HeaderClassName
{
color: #B166F3;
}
.AnyTagClassName
{
color: #B166F3;
}
</style>
background-color css
<style>
a { background-color: #B166F3; }
a { background-color: rgb(177,102,243); }
div.DivClassName
{
background-color: #B166F3;
}
.BgClassName
{
background-color: #B166F3;
}
</style>
border-color css
<style>
span { border-color: #B166F3; }
span { border-color: rgb(177,102,243); }
td.TdClassName
{
border-color: #B166F3;
}
.TagClassName
{
border-color: #B166F3;
}
</style>