Shades of Medium Orchid #B16ADB
Tints of Medium Orchid #B16ADB
RGB
CMYK
RGB Variations
Color information
#B16ADB (or 0xB16ADB) is known color: Medium Orchid. HEX triplet: B1, 6A and DB. RGB value is (177,106,219). Sum of RGB (Red+Green+Blue) = 177+106+219=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADB is #4E9524. Grayscale: #8B8B8B. Windows color (decimal): -5149989 or 14379697. OLE color: 14379697.
HSL color Cylindrical-coordinate representation of color #B16ADB: hue angle of 277.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16ADB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 106 | 219 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.14 |
| HSL | 277.7º | 0.61% | 0.64% | - |
| HSV(B) | 277.7º | 0.52% | 0.86% | - |
| XYZ | 36.07 | 24.77 | 69.9 | - |
| YUV | 140.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 219 | 0.19 | 0.52 | 0 | 0.14 | 277.7 | 0.61 | 0.64 |
| Hex | B1 | 6A | DB | 13 | 34 | 0 | E | 116 | 3D | 40 |
| Octal | 261 | 152 | 333 | 23 | 64 | 0 | 16 | 426 | 75 | 100 |
| Binary | 10110001 | 1101010 | 11011011 | 10011 | 110100 | 0 | 1110 | 100010110 | 111101 | 1000000 |
Color Harmonies of #B16ADB
Complementary color
Monochromatic Colors of #B16ADB
Black with #B16ADB
Text Example
Text Example
White with #B16ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ADB; }
p { color: rgb(177,106,219); }
H1.HeaderClassName
{
color: #B16ADB;
}
.AnyTagClassName
{
color: #B16ADB;
}
</style>
background-color css
<style>
a { background-color: #B16ADB; }
a { background-color: rgb(177,106,219); }
div.DivClassName
{
background-color: #B16ADB;
}
.BgClassName
{
background-color: #B16ADB;
}
</style>
border-color css
<style>
span { border-color: #B16ADB; }
span { border-color: rgb(177,106,219); }
td.TdClassName
{
border-color: #B16ADB;
}
.TagClassName
{
border-color: #B16ADB;
}
</style>