Shades of Medium Orchid #B16ADA
Tints of Medium Orchid #B16ADA
RGB
CMYK
RGB Variations
Color information
#B16ADA (or 0xB16ADA) is known color: Medium Orchid. HEX triplet: B1, 6A and DA. RGB value is (177,106,218). Sum of RGB (Red+Green+Blue) = 177+106+218=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B16ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADA is #4E9525. Grayscale: #8B8B8B. Windows color (decimal): -5149990 or 14314161. OLE color: 14314161.
HSL color Cylindrical-coordinate representation of color #B16ADA: hue angle of 278.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16ADA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 106 | 218 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.15 |
| HSL | 278.04º | 0.6% | 0.64% | - |
| HSV(B) | 278.04º | 0.51% | 0.85% | - |
| XYZ | 35.94 | 24.72 | 69.21 | - |
| YUV | 140 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 218 | 0.19 | 0.51 | 0 | 0.15 | 278.04 | 0.6 | 0.64 |
| Hex | B1 | 6A | DA | 13 | 33 | 0 | F | 116 | 3C | 40 |
| Octal | 261 | 152 | 332 | 23 | 63 | 0 | 17 | 426 | 74 | 100 |
| Binary | 10110001 | 1101010 | 11011010 | 10011 | 110011 | 0 | 1111 | 100010110 | 111100 | 1000000 |
Color Harmonies of #B16ADA
Complementary color
Monochromatic Colors of #B16ADA
Black with #B16ADA
Text Example
Text Example
White with #B16ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ADA; }
p { color: rgb(177,106,218); }
H1.HeaderClassName
{
color: #B16ADA;
}
.AnyTagClassName
{
color: #B16ADA;
}
</style>
background-color css
<style>
a { background-color: #B16ADA; }
a { background-color: rgb(177,106,218); }
div.DivClassName
{
background-color: #B16ADA;
}
.BgClassName
{
background-color: #B16ADA;
}
</style>
border-color css
<style>
span { border-color: #B16ADA; }
span { border-color: rgb(177,106,218); }
td.TdClassName
{
border-color: #B16ADA;
}
.TagClassName
{
border-color: #B16ADA;
}
</style>