Shades of Medium Orchid #BA77D3
Tints of Medium Orchid #BA77D3
RGB
CMYK
RGB Variations
Color information
#BA77D3 (or 0xBA77D3) is known color: Medium Orchid. HEX triplet: BA, 77 and D3. RGB value is (186,119,211). Sum of RGB (Red+Green+Blue) = 186+119+211=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D3 is #45882C. Grayscale: #959595. Windows color (decimal): -4556845 or 13858746. OLE color: 13858746.
HSL color Cylindrical-coordinate representation of color #BA77D3: hue angle of 283.7º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA77D3 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 119 | 211 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.17 |
| HSL | 283.7º | 0.51% | 0.65% | - |
| HSV(B) | 283.7º | 0.44% | 0.83% | - |
| XYZ | 38.6 | 28.34 | 65.06 | - |
| YUV | 149.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 211 | 0.12 | 0.44 | 0 | 0.17 | 283.7 | 0.51 | 0.65 |
| Hex | BA | 77 | D3 | C | 2C | 0 | 11 | 11C | 33 | 41 |
| Octal | 272 | 167 | 323 | 14 | 54 | 0 | 21 | 434 | 63 | 101 |
| Binary | 10111010 | 1110111 | 11010011 | 1100 | 101100 | 0 | 10001 | 100011100 | 110011 | 1000001 |
Color Harmonies of #BA77D3
Complementary color
Monochromatic Colors of #BA77D3
Black with #BA77D3
Text Example
Text Example
White with #BA77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D3; }
p { color: rgb(186,119,211); }
H1.HeaderClassName
{
color: #BA77D3;
}
.AnyTagClassName
{
color: #BA77D3;
}
</style>
background-color css
<style>
a { background-color: #BA77D3; }
a { background-color: rgb(186,119,211); }
div.DivClassName
{
background-color: #BA77D3;
}
.BgClassName
{
background-color: #BA77D3;
}
</style>
border-color css
<style>
span { border-color: #BA77D3; }
span { border-color: rgb(186,119,211); }
td.TdClassName
{
border-color: #BA77D3;
}
.TagClassName
{
border-color: #BA77D3;
}
</style>