Shades of Medium Orchid #B16ACE
Tints of Medium Orchid #B16ACE
RGB
CMYK
RGB Variations
Color information
#B16ACE (or 0xB16ACE) is known color: Medium Orchid. HEX triplet: B1, 6A and CE. RGB value is (177,106,206). Sum of RGB (Red+Green+Blue) = 177+106+206=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B16ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACE is #4E9531. Grayscale: #8A8A8A. Windows color (decimal): -5150002 or 13527729. OLE color: 13527729.
HSL color Cylindrical-coordinate representation of color #B16ACE: hue angle of 282.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16ACE is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 106 | 206 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 282.6º | 0.51% | 0.61% | - |
| HSV(B) | 282.6º | 0.49% | 0.81% | - |
| XYZ | 34.43 | 24.11 | 61.23 | - |
| YUV | 138.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 206 | 0.14 | 0.49 | 0 | 0.19 | 282.6 | 0.51 | 0.61 |
| Hex | B1 | 6A | CE | E | 31 | 0 | 13 | 11B | 33 | 3D |
| Octal | 261 | 152 | 316 | 16 | 61 | 0 | 23 | 433 | 63 | 75 |
| Binary | 10110001 | 1101010 | 11001110 | 1110 | 110001 | 0 | 10011 | 100011011 | 110011 | 111101 |
Color Harmonies of #B16ACE
Complementary color
Monochromatic Colors of #B16ACE
Black with #B16ACE
Text Example
Text Example
White with #B16ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ACE; }
p { color: rgb(177,106,206); }
H1.HeaderClassName
{
color: #B16ACE;
}
.AnyTagClassName
{
color: #B16ACE;
}
</style>
background-color css
<style>
a { background-color: #B16ACE; }
a { background-color: rgb(177,106,206); }
div.DivClassName
{
background-color: #B16ACE;
}
.BgClassName
{
background-color: #B16ACE;
}
</style>
border-color css
<style>
span { border-color: #B16ACE; }
span { border-color: rgb(177,106,206); }
td.TdClassName
{
border-color: #B16ACE;
}
.TagClassName
{
border-color: #B16ACE;
}
</style>