Shades of Medium Orchid #B166C6
Tints of Medium Orchid #B166C6
RGB
CMYK
RGB Variations
Color information
#B166C6 (or 0xB166C6) is known color: Medium Orchid. HEX triplet: B1, 66 and C6. RGB value is (177,102,198). Sum of RGB (Red+Green+Blue) = 177+102+198=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B166C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166C6 is #4E9939. Grayscale: #878787. Windows color (decimal): -5151034 or 13002417. OLE color: 13002417.
HSL color Cylindrical-coordinate representation of color #B166C6: hue angle of 286.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B166C6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 102 | 198 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.22 |
| HSL | 286.88º | 0.46% | 0.59% | - |
| HSV(B) | 286.88º | 0.48% | 0.78% | - |
| XYZ | 33.08 | 22.93 | 56.11 | - |
| YUV | 135.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 198 | 0.11 | 0.48 | 0 | 0.22 | 286.88 | 0.46 | 0.59 |
| Hex | B1 | 66 | C6 | B | 30 | 0 | 16 | 11F | 2E | 3B |
| Octal | 261 | 146 | 306 | 13 | 60 | 0 | 26 | 437 | 56 | 73 |
| Binary | 10110001 | 1100110 | 11000110 | 1011 | 110000 | 0 | 10110 | 100011111 | 101110 | 111011 |
Color Harmonies of #B166C6
Complementary color
Monochromatic Colors of #B166C6
Black with #B166C6
Text Example
Text Example
White with #B166C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166C6; }
p { color: rgb(177,102,198); }
H1.HeaderClassName
{
color: #B166C6;
}
.AnyTagClassName
{
color: #B166C6;
}
</style>
background-color css
<style>
a { background-color: #B166C6; }
a { background-color: rgb(177,102,198); }
div.DivClassName
{
background-color: #B166C6;
}
.BgClassName
{
background-color: #B166C6;
}
</style>
border-color css
<style>
span { border-color: #B166C6; }
span { border-color: rgb(177,102,198); }
td.TdClassName
{
border-color: #B166C6;
}
.TagClassName
{
border-color: #B166C6;
}
</style>