Shades of Medium Orchid #B16CDA
Tints of Medium Orchid #B16CDA
RGB
CMYK
RGB Variations
Color information
#B16CDA (or 0xB16CDA) is known color: Medium Orchid. HEX triplet: B1, 6C and DA. RGB value is (177,108,218). Sum of RGB (Red+Green+Blue) = 177+108+218=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B16CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CDA is #4E9325. Grayscale: #8C8C8C. Windows color (decimal): -5149478 or 14314673. OLE color: 14314673.
HSL color Cylindrical-coordinate representation of color #B16CDA: hue angle of 277.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16CDA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 108 | 218 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.15 |
| HSL | 277.64º | 0.6% | 0.64% | - |
| HSV(B) | 277.64º | 0.5% | 0.85% | - |
| XYZ | 36.15 | 25.13 | 69.28 | - |
| YUV | 141.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 218 | 0.19 | 0.50 | 0 | 0.15 | 277.64 | 0.6 | 0.64 |
| Hex | B1 | 6C | DA | 13 | 32 | 0 | F | 116 | 3C | 40 |
| Octal | 261 | 154 | 332 | 23 | 62 | 0 | 17 | 426 | 74 | 100 |
| Binary | 10110001 | 1101100 | 11011010 | 10011 | 110010 | 0 | 1111 | 100010110 | 111100 | 1000000 |
Color Harmonies of #B16CDA
Complementary color
Monochromatic Colors of #B16CDA
Black with #B16CDA
Text Example
Text Example
White with #B16CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CDA; }
p { color: rgb(177,108,218); }
H1.HeaderClassName
{
color: #B16CDA;
}
.AnyTagClassName
{
color: #B16CDA;
}
</style>
background-color css
<style>
a { background-color: #B16CDA; }
a { background-color: rgb(177,108,218); }
div.DivClassName
{
background-color: #B16CDA;
}
.BgClassName
{
background-color: #B16CDA;
}
</style>
border-color css
<style>
span { border-color: #B16CDA; }
span { border-color: rgb(177,108,218); }
td.TdClassName
{
border-color: #B16CDA;
}
.TagClassName
{
border-color: #B16CDA;
}
</style>