Shades of Medium Orchid #B16DCF
Tints of Medium Orchid #B16DCF
RGB
CMYK
RGB Variations
Color information
#B16DCF (or 0xB16DCF) is known color: Medium Orchid. HEX triplet: B1, 6D and CF. RGB value is (177,109,207). Sum of RGB (Red+Green+Blue) = 177+109+207=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DCF is #4E9230. Grayscale: #8C8C8C. Windows color (decimal): -5149233 or 13594033. OLE color: 13594033.
HSL color Cylindrical-coordinate representation of color #B16DCF: hue angle of 281.63º degrees, saturation: 0.51, 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 #B16DCF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 109 | 207 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.19 |
| HSL | 281.63º | 0.51% | 0.62% | - |
| HSV(B) | 281.63º | 0.47% | 0.81% | - |
| XYZ | 34.86 | 24.79 | 61.98 | - |
| YUV | 140.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 207 | 0.14 | 0.47 | 0 | 0.19 | 281.63 | 0.51 | 0.62 |
| Hex | B1 | 6D | CF | E | 2F | 0 | 13 | 11A | 33 | 3E |
| Octal | 261 | 155 | 317 | 16 | 57 | 0 | 23 | 432 | 63 | 76 |
| Binary | 10110001 | 1101101 | 11001111 | 1110 | 101111 | 0 | 10011 | 100011010 | 110011 | 111110 |
Color Harmonies of #B16DCF
Complementary color
Monochromatic Colors of #B16DCF
Black with #B16DCF
Text Example
Text Example
White with #B16DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DCF; }
p { color: rgb(177,109,207); }
H1.HeaderClassName
{
color: #B16DCF;
}
.AnyTagClassName
{
color: #B16DCF;
}
</style>
background-color css
<style>
a { background-color: #B16DCF; }
a { background-color: rgb(177,109,207); }
div.DivClassName
{
background-color: #B16DCF;
}
.BgClassName
{
background-color: #B16DCF;
}
</style>
border-color css
<style>
span { border-color: #B16DCF; }
span { border-color: rgb(177,109,207); }
td.TdClassName
{
border-color: #B16DCF;
}
.TagClassName
{
border-color: #B16DCF;
}
</style>