Shades of Medium Orchid #B166CE
Tints of Medium Orchid #B166CE
RGB
CMYK
RGB Variations
Color information
#B166CE (or 0xB166CE) is known color: Medium Orchid. HEX triplet: B1, 66 and CE. RGB value is (177,102,206). Sum of RGB (Red+Green+Blue) = 177+102+206=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B166CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166CE is #4E9931. Grayscale: #878787. Windows color (decimal): -5151026 or 13526705. OLE color: 13526705.
HSL color Cylindrical-coordinate representation of color #B166CE: hue angle of 283.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B166CE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 102 | 206 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 283.27º | 0.51% | 0.6% | - |
| HSV(B) | 283.27º | 0.5% | 0.81% | - |
| XYZ | 34.02 | 23.31 | 61.1 | - |
| YUV | 136.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 206 | 0.14 | 0.50 | 0 | 0.19 | 283.27 | 0.51 | 0.6 |
| Hex | B1 | 66 | CE | E | 32 | 0 | 13 | 11B | 33 | 3C |
| Octal | 261 | 146 | 316 | 16 | 62 | 0 | 23 | 433 | 63 | 74 |
| Binary | 10110001 | 1100110 | 11001110 | 1110 | 110010 | 0 | 10011 | 100011011 | 110011 | 111100 |
Color Harmonies of #B166CE
Complementary color
Monochromatic Colors of #B166CE
Black with #B166CE
Text Example
Text Example
White with #B166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166CE; }
p { color: rgb(177,102,206); }
H1.HeaderClassName
{
color: #B166CE;
}
.AnyTagClassName
{
color: #B166CE;
}
</style>
background-color css
<style>
a { background-color: #B166CE; }
a { background-color: rgb(177,102,206); }
div.DivClassName
{
background-color: #B166CE;
}
.BgClassName
{
background-color: #B166CE;
}
</style>
border-color css
<style>
span { border-color: #B166CE; }
span { border-color: rgb(177,102,206); }
td.TdClassName
{
border-color: #B166CE;
}
.TagClassName
{
border-color: #B166CE;
}
</style>