Shades of Medium Orchid #BA77E5
Tints of Medium Orchid #BA77E5
RGB
CMYK
RGB Variations
Color information
#BA77E5 (or 0xBA77E5) is known color: Medium Orchid. HEX triplet: BA, 77 and E5. RGB value is (186,119,229). Sum of RGB (Red+Green+Blue) = 186+119+229=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77E5 is #45881A. Grayscale: #979797. Windows color (decimal): -4556827 or 15038394. OLE color: 15038394.
HSL color Cylindrical-coordinate representation of color #BA77E5: hue angle of 276.55º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA77E5 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 119 | 229 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.10 |
| HSL | 276.55º | 0.68% | 0.68% | - |
| HSV(B) | 276.55º | 0.48% | 0.9% | - |
| XYZ | 40.99 | 29.29 | 77.62 | - |
| YUV | 151.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 229 | 0.19 | 0.48 | 0 | 0.10 | 276.55 | 0.68 | 0.68 |
| Hex | BA | 77 | E5 | 13 | 30 | 0 | A | 115 | 44 | 44 |
| Octal | 272 | 167 | 345 | 23 | 60 | 0 | 12 | 425 | 104 | 104 |
| Binary | 10111010 | 1110111 | 11100101 | 10011 | 110000 | 0 | 1010 | 100010101 | 1000100 | 1000100 |
Color Harmonies of #BA77E5
Complementary color
Monochromatic Colors of #BA77E5
Black with #BA77E5
Text Example
Text Example
White with #BA77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77E5; }
p { color: rgb(186,119,229); }
H1.HeaderClassName
{
color: #BA77E5;
}
.AnyTagClassName
{
color: #BA77E5;
}
</style>
background-color css
<style>
a { background-color: #BA77E5; }
a { background-color: rgb(186,119,229); }
div.DivClassName
{
background-color: #BA77E5;
}
.BgClassName
{
background-color: #BA77E5;
}
</style>
border-color css
<style>
span { border-color: #BA77E5; }
span { border-color: rgb(186,119,229); }
td.TdClassName
{
border-color: #BA77E5;
}
.TagClassName
{
border-color: #BA77E5;
}
</style>