Shades of Medium Orchid #B16ECE
Tints of Medium Orchid #B16ECE
RGB
CMYK
RGB Variations
Color information
#B16ECE (or 0xB16ECE) is known color: Medium Orchid. HEX triplet: B1, 6E and CE. RGB value is (177,110,206). Sum of RGB (Red+Green+Blue) = 177+110+206=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #B16ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ECE is #4E9131. Grayscale: #8C8C8C. Windows color (decimal): -5148978 or 13528753. OLE color: 13528753.
HSL color Cylindrical-coordinate representation of color #B16ECE: hue angle of 281.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16ECE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 110 | 206 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.19 |
| HSL | 281.88º | 0.49% | 0.62% | - |
| HSV(B) | 281.88º | 0.47% | 0.81% | - |
| XYZ | 34.85 | 24.96 | 61.37 | - |
| YUV | 140.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 206 | 0.14 | 0.47 | 0 | 0.19 | 281.88 | 0.49 | 0.62 |
| Hex | B1 | 6E | CE | E | 2F | 0 | 13 | 11A | 31 | 3E |
| Octal | 261 | 156 | 316 | 16 | 57 | 0 | 23 | 432 | 61 | 76 |
| Binary | 10110001 | 1101110 | 11001110 | 1110 | 101111 | 0 | 10011 | 100011010 | 110001 | 111110 |
Color Harmonies of #B16ECE
Complementary color
Monochromatic Colors of #B16ECE
Black with #B16ECE
Text Example
Text Example
White with #B16ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ECE; }
p { color: rgb(177,110,206); }
H1.HeaderClassName
{
color: #B16ECE;
}
.AnyTagClassName
{
color: #B16ECE;
}
</style>
background-color css
<style>
a { background-color: #B16ECE; }
a { background-color: rgb(177,110,206); }
div.DivClassName
{
background-color: #B16ECE;
}
.BgClassName
{
background-color: #B16ECE;
}
</style>
border-color css
<style>
span { border-color: #B16ECE; }
span { border-color: rgb(177,110,206); }
td.TdClassName
{
border-color: #B16ECE;
}
.TagClassName
{
border-color: #B16ECE;
}
</style>