Shades of Medium Orchid #B16BDE
Tints of Medium Orchid #B16BDE
RGB
CMYK
RGB Variations
Color information
#B16BDE (or 0xB16BDE) is known color: Medium Orchid. HEX triplet: B1, 6B and DE. RGB value is (177,107,222). Sum of RGB (Red+Green+Blue) = 177+107+222=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #B16BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDE is #4E9421. Grayscale: #8C8C8C. Windows color (decimal): -5149730 or 14576561. OLE color: 14576561.
HSL color Cylindrical-coordinate representation of color #B16BDE: hue angle of 276.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16BDE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 107 | 222 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.13 |
| HSL | 276.52º | 0.64% | 0.65% | - |
| HSV(B) | 276.52º | 0.52% | 0.87% | - |
| XYZ | 36.57 | 25.14 | 72.03 | - |
| YUV | 141.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 222 | 0.20 | 0.52 | 0 | 0.13 | 276.52 | 0.64 | 0.65 |
| Hex | B1 | 6B | DE | 14 | 34 | 0 | D | 115 | 40 | 41 |
| Octal | 261 | 153 | 336 | 24 | 64 | 0 | 15 | 425 | 100 | 101 |
| Binary | 10110001 | 1101011 | 11011110 | 10100 | 110100 | 0 | 1101 | 100010101 | 1000000 | 1000001 |
Color Harmonies of #B16BDE
Complementary color
Monochromatic Colors of #B16BDE
Black with #B16BDE
Text Example
Text Example
White with #B16BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BDE; }
p { color: rgb(177,107,222); }
H1.HeaderClassName
{
color: #B16BDE;
}
.AnyTagClassName
{
color: #B16BDE;
}
</style>
background-color css
<style>
a { background-color: #B16BDE; }
a { background-color: rgb(177,107,222); }
div.DivClassName
{
background-color: #B16BDE;
}
.BgClassName
{
background-color: #B16BDE;
}
</style>
border-color css
<style>
span { border-color: #B16BDE; }
span { border-color: rgb(177,107,222); }
td.TdClassName
{
border-color: #B16BDE;
}
.TagClassName
{
border-color: #B16BDE;
}
</style>