Shades of Medium Orchid #BA77E6
Tints of Medium Orchid #BA77E6
RGB
CMYK
RGB Variations
Color information
#BA77E6 (or 0xBA77E6) is known color: Medium Orchid. HEX triplet: BA, 77 and E6. RGB value is (186,119,230). Sum of RGB (Red+Green+Blue) = 186+119+230=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77E6 is #458819. Grayscale: #979797. Windows color (decimal): -4556826 or 15103930. OLE color: 15103930.
HSL color Cylindrical-coordinate representation of color #BA77E6: hue angle of 276.22º degrees, saturation: 0.69, 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 #BA77E6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 119 | 230 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.10 |
| HSL | 276.22º | 0.69% | 0.68% | - |
| HSV(B) | 276.22º | 0.48% | 0.9% | - |
| XYZ | 41.13 | 29.35 | 78.36 | - |
| YUV | 151.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 230 | 0.19 | 0.48 | 0 | 0.10 | 276.22 | 0.69 | 0.68 |
| Hex | BA | 77 | E6 | 13 | 30 | 0 | A | 114 | 45 | 44 |
| Octal | 272 | 167 | 346 | 23 | 60 | 0 | 12 | 424 | 105 | 104 |
| Binary | 10111010 | 1110111 | 11100110 | 10011 | 110000 | 0 | 1010 | 100010100 | 1000101 | 1000100 |
Color Harmonies of #BA77E6
Complementary color
Monochromatic Colors of #BA77E6
Black with #BA77E6
Text Example
Text Example
White with #BA77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77E6; }
p { color: rgb(186,119,230); }
H1.HeaderClassName
{
color: #BA77E6;
}
.AnyTagClassName
{
color: #BA77E6;
}
</style>
background-color css
<style>
a { background-color: #BA77E6; }
a { background-color: rgb(186,119,230); }
div.DivClassName
{
background-color: #BA77E6;
}
.BgClassName
{
background-color: #BA77E6;
}
</style>
border-color css
<style>
span { border-color: #BA77E6; }
span { border-color: rgb(186,119,230); }
td.TdClassName
{
border-color: #BA77E6;
}
.TagClassName
{
border-color: #BA77E6;
}
</style>