Shades of Medium Orchid #B16AE8
Tints of Medium Orchid #B16AE8
RGB
CMYK
RGB Variations
Color information
#B16AE8 (or 0xB16AE8) is known color: Medium Orchid. HEX triplet: B1, 6A and E8. RGB value is (177,106,232). Sum of RGB (Red+Green+Blue) = 177+106+232=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #B16AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AE8 is #4E9517. Grayscale: #8D8D8D. Windows color (decimal): -5149976 or 15231665. OLE color: 15231665.
HSL color Cylindrical-coordinate representation of color #B16AE8: hue angle of 273.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16AE8 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 106 | 232 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.09 |
| HSL | 273.81º | 0.73% | 0.66% | - |
| HSV(B) | 273.81º | 0.54% | 0.91% | - |
| XYZ | 37.85 | 25.48 | 79.27 | - |
| YUV | 141.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 232 | 0.24 | 0.54 | 0 | 0.09 | 273.81 | 0.73 | 0.66 |
| Hex | B1 | 6A | E8 | 18 | 36 | 0 | 9 | 112 | 49 | 42 |
| Octal | 261 | 152 | 350 | 30 | 66 | 0 | 11 | 422 | 111 | 102 |
| Binary | 10110001 | 1101010 | 11101000 | 11000 | 110110 | 0 | 1001 | 100010010 | 1001001 | 1000010 |
Color Harmonies of #B16AE8
Complementary color
Monochromatic Colors of #B16AE8
Black with #B16AE8
Text Example
Text Example
White with #B16AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AE8; }
p { color: rgb(177,106,232); }
H1.HeaderClassName
{
color: #B16AE8;
}
.AnyTagClassName
{
color: #B16AE8;
}
</style>
background-color css
<style>
a { background-color: #B16AE8; }
a { background-color: rgb(177,106,232); }
div.DivClassName
{
background-color: #B16AE8;
}
.BgClassName
{
background-color: #B16AE8;
}
</style>
border-color css
<style>
span { border-color: #B16AE8; }
span { border-color: rgb(177,106,232); }
td.TdClassName
{
border-color: #B16AE8;
}
.TagClassName
{
border-color: #B16AE8;
}
</style>