Shades of Medium Orchid #B16AD7
Tints of Medium Orchid #B16AD7
RGB
CMYK
RGB Variations
Color information
#B16AD7 (or 0xB16AD7) is known color: Medium Orchid. HEX triplet: B1, 6A and D7. RGB value is (177,106,215). Sum of RGB (Red+Green+Blue) = 177+106+215=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #B16AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AD7 is #4E9528. Grayscale: #8B8B8B. Windows color (decimal): -5149993 or 14117553. OLE color: 14117553.
HSL color Cylindrical-coordinate representation of color #B16AD7: hue angle of 279.08º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16AD7 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 106 | 215 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.16 |
| HSL | 279.08º | 0.58% | 0.63% | - |
| HSV(B) | 279.08º | 0.51% | 0.84% | - |
| XYZ | 35.55 | 24.56 | 67.16 | - |
| YUV | 139.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 215 | 0.18 | 0.51 | 0 | 0.16 | 279.08 | 0.58 | 0.63 |
| Hex | B1 | 6A | D7 | 12 | 33 | 0 | 10 | 117 | 3A | 3F |
| Octal | 261 | 152 | 327 | 22 | 63 | 0 | 20 | 427 | 72 | 77 |
| Binary | 10110001 | 1101010 | 11010111 | 10010 | 110011 | 0 | 10000 | 100010111 | 111010 | 111111 |
Color Harmonies of #B16AD7
Complementary color
Monochromatic Colors of #B16AD7
Black with #B16AD7
Text Example
Text Example
White with #B16AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AD7; }
p { color: rgb(177,106,215); }
H1.HeaderClassName
{
color: #B16AD7;
}
.AnyTagClassName
{
color: #B16AD7;
}
</style>
background-color css
<style>
a { background-color: #B16AD7; }
a { background-color: rgb(177,106,215); }
div.DivClassName
{
background-color: #B16AD7;
}
.BgClassName
{
background-color: #B16AD7;
}
</style>
border-color css
<style>
span { border-color: #B16AD7; }
span { border-color: rgb(177,106,215); }
td.TdClassName
{
border-color: #B16AD7;
}
.TagClassName
{
border-color: #B16AD7;
}
</style>