Shades of Medium Orchid #B16ED5
Tints of Medium Orchid #B16ED5
RGB
CMYK
RGB Variations
Color information
#B16ED5 (or 0xB16ED5) is known color: Medium Orchid. HEX triplet: B1, 6E and D5. RGB value is (177,110,213). Sum of RGB (Red+Green+Blue) = 177+110+213=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #B16ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED5 is #4E912A. Grayscale: #8D8D8D. Windows color (decimal): -5148971 or 13987505. OLE color: 13987505.
HSL color Cylindrical-coordinate representation of color #B16ED5: hue angle of 279.03º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16ED5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 110 | 213 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.16 |
| HSL | 279.03º | 0.55% | 0.63% | - |
| HSV(B) | 279.03º | 0.48% | 0.84% | - |
| XYZ | 35.72 | 25.3 | 65.95 | - |
| YUV | 141.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 213 | 0.17 | 0.48 | 0 | 0.16 | 279.03 | 0.55 | 0.63 |
| Hex | B1 | 6E | D5 | 11 | 30 | 0 | 10 | 117 | 37 | 3F |
| Octal | 261 | 156 | 325 | 21 | 60 | 0 | 20 | 427 | 67 | 77 |
| Binary | 10110001 | 1101110 | 11010101 | 10001 | 110000 | 0 | 10000 | 100010111 | 110111 | 111111 |
Color Harmonies of #B16ED5
Complementary color
Monochromatic Colors of #B16ED5
Black with #B16ED5
Text Example
Text Example
White with #B16ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ED5; }
p { color: rgb(177,110,213); }
H1.HeaderClassName
{
color: #B16ED5;
}
.AnyTagClassName
{
color: #B16ED5;
}
</style>
background-color css
<style>
a { background-color: #B16ED5; }
a { background-color: rgb(177,110,213); }
div.DivClassName
{
background-color: #B16ED5;
}
.BgClassName
{
background-color: #B16ED5;
}
</style>
border-color css
<style>
span { border-color: #B16ED5; }
span { border-color: rgb(177,110,213); }
td.TdClassName
{
border-color: #B16ED5;
}
.TagClassName
{
border-color: #B16ED5;
}
</style>