Shades of Medium Orchid #BA77D9
Tints of Medium Orchid #BA77D9
RGB
CMYK
RGB Variations
Color information
#BA77D9 (or 0xBA77D9) is known color: Medium Orchid. HEX triplet: BA, 77 and D9. RGB value is (186,119,217). Sum of RGB (Red+Green+Blue) = 186+119+217=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA77D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D9 is #458826. Grayscale: #959595. Windows color (decimal): -4556839 or 14251962. OLE color: 14251962.
HSL color Cylindrical-coordinate representation of color #BA77D9: hue angle of 281.02º degrees, saturation: 0.56, 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 #BA77D9 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 119 | 217 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.15 |
| HSL | 281.02º | 0.56% | 0.66% | - |
| HSV(B) | 281.02º | 0.45% | 0.85% | - |
| XYZ | 39.37 | 28.64 | 69.1 | - |
| YUV | 150.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 217 | 0.14 | 0.45 | 0 | 0.15 | 281.02 | 0.56 | 0.66 |
| Hex | BA | 77 | D9 | E | 2D | 0 | F | 119 | 38 | 42 |
| Octal | 272 | 167 | 331 | 16 | 55 | 0 | 17 | 431 | 70 | 102 |
| Binary | 10111010 | 1110111 | 11011001 | 1110 | 101101 | 0 | 1111 | 100011001 | 111000 | 1000010 |
Color Harmonies of #BA77D9
Complementary color
Monochromatic Colors of #BA77D9
Black with #BA77D9
Text Example
Text Example
White with #BA77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D9; }
p { color: rgb(186,119,217); }
H1.HeaderClassName
{
color: #BA77D9;
}
.AnyTagClassName
{
color: #BA77D9;
}
</style>
background-color css
<style>
a { background-color: #BA77D9; }
a { background-color: rgb(186,119,217); }
div.DivClassName
{
background-color: #BA77D9;
}
.BgClassName
{
background-color: #BA77D9;
}
</style>
border-color css
<style>
span { border-color: #BA77D9; }
span { border-color: rgb(186,119,217); }
td.TdClassName
{
border-color: #BA77D9;
}
.TagClassName
{
border-color: #BA77D9;
}
</style>