Shades of Medium Orchid #B166EF
Tints of Medium Orchid #B166EF
RGB
CMYK
RGB Variations
Color information
#B166EF (or 0xB166EF) is known color: Medium Orchid. HEX triplet: B1, 66 and EF. RGB value is (177,102,239). Sum of RGB (Red+Green+Blue) = 177+102+239=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B166EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B166EF is #4E9910. Grayscale: #8B8B8B. Windows color (decimal): -5150993 or 15689393. OLE color: 15689393.
HSL color Cylindrical-coordinate representation of color #B166EF: hue angle of 272.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B166EF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 102 | 239 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.06 |
| HSL | 272.85º | 0.81% | 0.67% | - |
| HSV(B) | 272.85º | 0.57% | 0.94% | - |
| XYZ | 38.46 | 25.08 | 84.48 | - |
| YUV | 140.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 239 | 0.26 | 0.57 | 0 | 0.06 | 272.85 | 0.81 | 0.67 |
| Hex | B1 | 66 | EF | 1A | 39 | 0 | 6 | 111 | 51 | 43 |
| Octal | 261 | 146 | 357 | 32 | 71 | 0 | 6 | 421 | 121 | 103 |
| Binary | 10110001 | 1100110 | 11101111 | 11010 | 111001 | 0 | 110 | 100010001 | 1010001 | 1000011 |
Color Harmonies of #B166EF
Complementary color
Monochromatic Colors of #B166EF
Black with #B166EF
Text Example
Text Example
White with #B166EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166EF; }
p { color: rgb(177,102,239); }
H1.HeaderClassName
{
color: #B166EF;
}
.AnyTagClassName
{
color: #B166EF;
}
</style>
background-color css
<style>
a { background-color: #B166EF; }
a { background-color: rgb(177,102,239); }
div.DivClassName
{
background-color: #B166EF;
}
.BgClassName
{
background-color: #B166EF;
}
</style>
border-color css
<style>
span { border-color: #B166EF; }
span { border-color: rgb(177,102,239); }
td.TdClassName
{
border-color: #B166EF;
}
.TagClassName
{
border-color: #B166EF;
}
</style>