Shades of Medium Orchid #BA56E8
Tints of Medium Orchid #BA56E8
RGB
CMYK
RGB Variations
Color information
#BA56E8 (or 0xBA56E8) is known color: Medium Orchid. HEX triplet: BA, 56 and E8. RGB value is (186,86,232). Sum of RGB (Red+Green+Blue) = 186+86+232=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA56E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56E8 is #45A917. Grayscale: #848484. Windows color (decimal): -4565272 or 15226554. OLE color: 15226554.
HSL color Cylindrical-coordinate representation of color #BA56E8: hue angle of 281.1º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA56E8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 86 | 232 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.09 |
| HSL | 281.1º | 0.76% | 0.62% | - |
| HSV(B) | 281.1º | 0.63% | 0.91% | - |
| XYZ | 38.14 | 22.92 | 78.76 | - |
| YUV | 132.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 232 | 0.20 | 0.63 | 0 | 0.09 | 281.1 | 0.76 | 0.62 |
| Hex | BA | 56 | E8 | 14 | 3F | 0 | 9 | 119 | 4C | 3E |
| Octal | 272 | 126 | 350 | 24 | 77 | 0 | 11 | 431 | 114 | 76 |
| Binary | 10111010 | 1010110 | 11101000 | 10100 | 111111 | 0 | 1001 | 100011001 | 1001100 | 111110 |
Color Harmonies of #BA56E8
Complementary color
Monochromatic Colors of #BA56E8
Black with #BA56E8
Text Example
Text Example
White with #BA56E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56E8; }
p { color: rgb(186,86,232); }
H1.HeaderClassName
{
color: #BA56E8;
}
.AnyTagClassName
{
color: #BA56E8;
}
</style>
background-color css
<style>
a { background-color: #BA56E8; }
a { background-color: rgb(186,86,232); }
div.DivClassName
{
background-color: #BA56E8;
}
.BgClassName
{
background-color: #BA56E8;
}
</style>
border-color css
<style>
span { border-color: #BA56E8; }
span { border-color: rgb(186,86,232); }
td.TdClassName
{
border-color: #BA56E8;
}
.TagClassName
{
border-color: #BA56E8;
}
</style>