Shades of Medium Orchid #B16CDB
Tints of Medium Orchid #B16CDB
RGB
CMYK
RGB Variations
Color information
#B16CDB (or 0xB16CDB) is known color: Medium Orchid. HEX triplet: B1, 6C and DB. RGB value is (177,108,219). Sum of RGB (Red+Green+Blue) = 177+108+219=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B16CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CDB is #4E9324. Grayscale: #8C8C8C. Windows color (decimal): -5149477 or 14380209. OLE color: 14380209.
HSL color Cylindrical-coordinate representation of color #B16CDB: hue angle of 277.3º 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 #B16CDB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 108 | 219 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.14 |
| HSL | 277.3º | 0.61% | 0.64% | - |
| HSV(B) | 277.3º | 0.51% | 0.86% | - |
| XYZ | 36.28 | 25.19 | 69.97 | - |
| YUV | 141.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 219 | 0.19 | 0.51 | 0 | 0.14 | 277.3 | 0.61 | 0.64 |
| Hex | B1 | 6C | DB | 13 | 33 | 0 | E | 115 | 3D | 40 |
| Octal | 261 | 154 | 333 | 23 | 63 | 0 | 16 | 425 | 75 | 100 |
| Binary | 10110001 | 1101100 | 11011011 | 10011 | 110011 | 0 | 1110 | 100010101 | 111101 | 1000000 |
Color Harmonies of #B16CDB
Complementary color
Monochromatic Colors of #B16CDB
Black with #B16CDB
Text Example
Text Example
White with #B16CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CDB; }
p { color: rgb(177,108,219); }
H1.HeaderClassName
{
color: #B16CDB;
}
.AnyTagClassName
{
color: #B16CDB;
}
</style>
background-color css
<style>
a { background-color: #B16CDB; }
a { background-color: rgb(177,108,219); }
div.DivClassName
{
background-color: #B16CDB;
}
.BgClassName
{
background-color: #B16CDB;
}
</style>
border-color css
<style>
span { border-color: #B16CDB; }
span { border-color: rgb(177,108,219); }
td.TdClassName
{
border-color: #B16CDB;
}
.TagClassName
{
border-color: #B16CDB;
}
</style>