Shades of Medium Orchid #BA77D8
Tints of Medium Orchid #BA77D8
RGB
CMYK
RGB Variations
Color information
#BA77D8 (or 0xBA77D8) is known color: Medium Orchid. HEX triplet: BA, 77 and D8. RGB value is (186,119,216). Sum of RGB (Red+Green+Blue) = 186+119+216=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D8 is #458827. Grayscale: #959595. Windows color (decimal): -4556840 or 14186426. OLE color: 14186426.
HSL color Cylindrical-coordinate representation of color #BA77D8: hue angle of 281.44º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA77D8 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 119 | 216 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.15 |
| HSL | 281.44º | 0.55% | 0.66% | - |
| HSV(B) | 281.44º | 0.45% | 0.85% | - |
| XYZ | 39.24 | 28.59 | 68.42 | - |
| YUV | 150.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 216 | 0.14 | 0.45 | 0 | 0.15 | 281.44 | 0.55 | 0.66 |
| Hex | BA | 77 | D8 | E | 2D | 0 | F | 119 | 37 | 42 |
| Octal | 272 | 167 | 330 | 16 | 55 | 0 | 17 | 431 | 67 | 102 |
| Binary | 10111010 | 1110111 | 11011000 | 1110 | 101101 | 0 | 1111 | 100011001 | 110111 | 1000010 |
Color Harmonies of #BA77D8
Complementary color
Monochromatic Colors of #BA77D8
Black with #BA77D8
Text Example
Text Example
White with #BA77D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D8; }
p { color: rgb(186,119,216); }
H1.HeaderClassName
{
color: #BA77D8;
}
.AnyTagClassName
{
color: #BA77D8;
}
</style>
background-color css
<style>
a { background-color: #BA77D8; }
a { background-color: rgb(186,119,216); }
div.DivClassName
{
background-color: #BA77D8;
}
.BgClassName
{
background-color: #BA77D8;
}
</style>
border-color css
<style>
span { border-color: #BA77D8; }
span { border-color: rgb(186,119,216); }
td.TdClassName
{
border-color: #BA77D8;
}
.TagClassName
{
border-color: #BA77D8;
}
</style>