Shades of Medium Orchid #B16BDB
Tints of Medium Orchid #B16BDB
RGB
CMYK
RGB Variations
Color information
#B16BDB (or 0xB16BDB) is known color: Medium Orchid. HEX triplet: B1, 6B and DB. RGB value is (177,107,219). Sum of RGB (Red+Green+Blue) = 177+107+219=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDB is #4E9424. Grayscale: #8C8C8C. Windows color (decimal): -5149733 or 14379953. OLE color: 14379953.
HSL color Cylindrical-coordinate representation of color #B16BDB: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16BDB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 107 | 219 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.14 |
| HSL | 277.5º | 0.61% | 0.64% | - |
| HSV(B) | 277.5º | 0.51% | 0.86% | - |
| XYZ | 36.18 | 24.98 | 69.93 | - |
| YUV | 140.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 219 | 0.19 | 0.51 | 0 | 0.14 | 277.5 | 0.61 | 0.64 |
| Hex | B1 | 6B | DB | 13 | 33 | 0 | E | 116 | 3D | 40 |
| Octal | 261 | 153 | 333 | 23 | 63 | 0 | 16 | 426 | 75 | 100 |
| Binary | 10110001 | 1101011 | 11011011 | 10011 | 110011 | 0 | 1110 | 100010110 | 111101 | 1000000 |
Color Harmonies of #B16BDB
Complementary color
Monochromatic Colors of #B16BDB
Black with #B16BDB
Text Example
Text Example
White with #B16BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BDB; }
p { color: rgb(177,107,219); }
H1.HeaderClassName
{
color: #B16BDB;
}
.AnyTagClassName
{
color: #B16BDB;
}
</style>
background-color css
<style>
a { background-color: #B16BDB; }
a { background-color: rgb(177,107,219); }
div.DivClassName
{
background-color: #B16BDB;
}
.BgClassName
{
background-color: #B16BDB;
}
</style>
border-color css
<style>
span { border-color: #B16BDB; }
span { border-color: rgb(177,107,219); }
td.TdClassName
{
border-color: #B16BDB;
}
.TagClassName
{
border-color: #B16BDB;
}
</style>