Shades of Medium Orchid #BA76E8
Tints of Medium Orchid #BA76E8
RGB
CMYK
RGB Variations
Color information
#BA76E8 (or 0xBA76E8) is known color: Medium Orchid. HEX triplet: BA, 76 and E8. RGB value is (186,118,232). Sum of RGB (Red+Green+Blue) = 186+118+232=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA76E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76E8 is #458917. Grayscale: #969696. Windows color (decimal): -4557080 or 15234746. OLE color: 15234746.
HSL color Cylindrical-coordinate representation of color #BA76E8: hue angle of 275.79º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA76E8 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 118 | 232 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.09 |
| HSL | 275.79º | 0.71% | 0.69% | - |
| HSV(B) | 275.79º | 0.49% | 0.91% | - |
| XYZ | 41.29 | 29.22 | 79.81 | - |
| YUV | 151.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 232 | 0.20 | 0.49 | 0 | 0.09 | 275.79 | 0.71 | 0.69 |
| Hex | BA | 76 | E8 | 14 | 31 | 0 | 9 | 114 | 47 | 45 |
| Octal | 272 | 166 | 350 | 24 | 61 | 0 | 11 | 424 | 107 | 105 |
| Binary | 10111010 | 1110110 | 11101000 | 10100 | 110001 | 0 | 1001 | 100010100 | 1000111 | 1000101 |
Color Harmonies of #BA76E8
Complementary color
Monochromatic Colors of #BA76E8
Black with #BA76E8
Text Example
Text Example
White with #BA76E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76E8; }
p { color: rgb(186,118,232); }
H1.HeaderClassName
{
color: #BA76E8;
}
.AnyTagClassName
{
color: #BA76E8;
}
</style>
background-color css
<style>
a { background-color: #BA76E8; }
a { background-color: rgb(186,118,232); }
div.DivClassName
{
background-color: #BA76E8;
}
.BgClassName
{
background-color: #BA76E8;
}
</style>
border-color css
<style>
span { border-color: #BA76E8; }
span { border-color: rgb(186,118,232); }
td.TdClassName
{
border-color: #BA76E8;
}
.TagClassName
{
border-color: #BA76E8;
}
</style>