Shades of Medium Orchid #B16ECF
Tints of Medium Orchid #B16ECF
RGB
CMYK
RGB Variations
Color information
#B16ECF (or 0xB16ECF) is known color: Medium Orchid. HEX triplet: B1, 6E and CF. RGB value is (177,110,207). Sum of RGB (Red+Green+Blue) = 177+110+207=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ECF is #4E9130. Grayscale: #8C8C8C. Windows color (decimal): -5148977 or 13594289. OLE color: 13594289.
HSL color Cylindrical-coordinate representation of color #B16ECF: hue angle of 281.44º degrees, saturation: 0.5, 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 #B16ECF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 110 | 207 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.19 |
| HSL | 281.44º | 0.5% | 0.62% | - |
| HSV(B) | 281.44º | 0.47% | 0.81% | - |
| XYZ | 34.97 | 25 | 62.01 | - |
| YUV | 141.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 207 | 0.14 | 0.47 | 0 | 0.19 | 281.44 | 0.5 | 0.62 |
| Hex | B1 | 6E | CF | E | 2F | 0 | 13 | 119 | 32 | 3E |
| Octal | 261 | 156 | 317 | 16 | 57 | 0 | 23 | 431 | 62 | 76 |
| Binary | 10110001 | 1101110 | 11001111 | 1110 | 101111 | 0 | 10011 | 100011001 | 110010 | 111110 |
Color Harmonies of #B16ECF
Complementary color
Monochromatic Colors of #B16ECF
Black with #B16ECF
Text Example
Text Example
White with #B16ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ECF; }
p { color: rgb(177,110,207); }
H1.HeaderClassName
{
color: #B16ECF;
}
.AnyTagClassName
{
color: #B16ECF;
}
</style>
background-color css
<style>
a { background-color: #B16ECF; }
a { background-color: rgb(177,110,207); }
div.DivClassName
{
background-color: #B16ECF;
}
.BgClassName
{
background-color: #B16ECF;
}
</style>
border-color css
<style>
span { border-color: #B16ECF; }
span { border-color: rgb(177,110,207); }
td.TdClassName
{
border-color: #B16ECF;
}
.TagClassName
{
border-color: #B16ECF;
}
</style>