Shades of Medium Orchid #BA77D5
Tints of Medium Orchid #BA77D5
RGB
CMYK
RGB Variations
Color information
#BA77D5 (or 0xBA77D5) is known color: Medium Orchid. HEX triplet: BA, 77 and D5. RGB value is (186,119,213). Sum of RGB (Red+Green+Blue) = 186+119+213=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D5 is #45882A. Grayscale: #959595. Windows color (decimal): -4556843 or 13989818. OLE color: 13989818.
HSL color Cylindrical-coordinate representation of color #BA77D5: hue angle of 282.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA77D5 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 119 | 213 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.16 |
| HSL | 282.77º | 0.53% | 0.65% | - |
| HSV(B) | 282.77º | 0.44% | 0.84% | - |
| XYZ | 38.86 | 28.44 | 66.39 | - |
| YUV | 149.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 213 | 0.13 | 0.44 | 0 | 0.16 | 282.77 | 0.53 | 0.65 |
| Hex | BA | 77 | D5 | D | 2C | 0 | 10 | 11B | 35 | 41 |
| Octal | 272 | 167 | 325 | 15 | 54 | 0 | 20 | 433 | 65 | 101 |
| Binary | 10111010 | 1110111 | 11010101 | 1101 | 101100 | 0 | 10000 | 100011011 | 110101 | 1000001 |
Color Harmonies of #BA77D5
Complementary color
Monochromatic Colors of #BA77D5
Black with #BA77D5
Text Example
Text Example
White with #BA77D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D5; }
p { color: rgb(186,119,213); }
H1.HeaderClassName
{
color: #BA77D5;
}
.AnyTagClassName
{
color: #BA77D5;
}
</style>
background-color css
<style>
a { background-color: #BA77D5; }
a { background-color: rgb(186,119,213); }
div.DivClassName
{
background-color: #BA77D5;
}
.BgClassName
{
background-color: #BA77D5;
}
</style>
border-color css
<style>
span { border-color: #BA77D5; }
span { border-color: rgb(186,119,213); }
td.TdClassName
{
border-color: #BA77D5;
}
.TagClassName
{
border-color: #BA77D5;
}
</style>