Shades of Medium Orchid #BA77D7
Tints of Medium Orchid #BA77D7
RGB
CMYK
RGB Variations
Color information
#BA77D7 (or 0xBA77D7) is known color: Medium Orchid. HEX triplet: BA, 77 and D7. RGB value is (186,119,215). Sum of RGB (Red+Green+Blue) = 186+119+215=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D7 is #458828. Grayscale: #959595. Windows color (decimal): -4556841 or 14120890. OLE color: 14120890.
HSL color Cylindrical-coordinate representation of color #BA77D7: hue angle of 281.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA77D7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 119 | 215 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.16 |
| HSL | 281.88º | 0.55% | 0.65% | - |
| HSV(B) | 281.88º | 0.45% | 0.84% | - |
| XYZ | 39.11 | 28.54 | 67.74 | - |
| YUV | 149.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 215 | 0.13 | 0.45 | 0 | 0.16 | 281.88 | 0.55 | 0.65 |
| Hex | BA | 77 | D7 | D | 2D | 0 | 10 | 11A | 37 | 41 |
| Octal | 272 | 167 | 327 | 15 | 55 | 0 | 20 | 432 | 67 | 101 |
| Binary | 10111010 | 1110111 | 11010111 | 1101 | 101101 | 0 | 10000 | 100011010 | 110111 | 1000001 |
Color Harmonies of #BA77D7
Complementary color
Monochromatic Colors of #BA77D7
Black with #BA77D7
Text Example
Text Example
White with #BA77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D7; }
p { color: rgb(186,119,215); }
H1.HeaderClassName
{
color: #BA77D7;
}
.AnyTagClassName
{
color: #BA77D7;
}
</style>
background-color css
<style>
a { background-color: #BA77D7; }
a { background-color: rgb(186,119,215); }
div.DivClassName
{
background-color: #BA77D7;
}
.BgClassName
{
background-color: #BA77D7;
}
</style>
border-color css
<style>
span { border-color: #BA77D7; }
span { border-color: rgb(186,119,215); }
td.TdClassName
{
border-color: #BA77D7;
}
.TagClassName
{
border-color: #BA77D7;
}
</style>