Shades of Medium Orchid #BA77D4
Tints of Medium Orchid #BA77D4
RGB
CMYK
RGB Variations
Color information
#BA77D4 (or 0xBA77D4) is known color: Medium Orchid. HEX triplet: BA, 77 and D4. RGB value is (186,119,212). Sum of RGB (Red+Green+Blue) = 186+119+212=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D4 is #45882B. Grayscale: #959595. Windows color (decimal): -4556844 or 13924282. OLE color: 13924282.
HSL color Cylindrical-coordinate representation of color #BA77D4: hue angle of 283.23º degrees, saturation: 0.52, 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 #BA77D4 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 119 | 212 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.17 |
| HSL | 283.23º | 0.52% | 0.65% | - |
| HSV(B) | 283.23º | 0.44% | 0.83% | - |
| XYZ | 38.73 | 28.39 | 65.73 | - |
| YUV | 149.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 212 | 0.12 | 0.44 | 0 | 0.17 | 283.23 | 0.52 | 0.65 |
| Hex | BA | 77 | D4 | C | 2C | 0 | 11 | 11B | 34 | 41 |
| Octal | 272 | 167 | 324 | 14 | 54 | 0 | 21 | 433 | 64 | 101 |
| Binary | 10111010 | 1110111 | 11010100 | 1100 | 101100 | 0 | 10001 | 100011011 | 110100 | 1000001 |
Color Harmonies of #BA77D4
Complementary color
Monochromatic Colors of #BA77D4
Black with #BA77D4
Text Example
Text Example
White with #BA77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77D4; }
p { color: rgb(186,119,212); }
H1.HeaderClassName
{
color: #BA77D4;
}
.AnyTagClassName
{
color: #BA77D4;
}
</style>
background-color css
<style>
a { background-color: #BA77D4; }
a { background-color: rgb(186,119,212); }
div.DivClassName
{
background-color: #BA77D4;
}
.BgClassName
{
background-color: #BA77D4;
}
</style>
border-color css
<style>
span { border-color: #BA77D4; }
span { border-color: rgb(186,119,212); }
td.TdClassName
{
border-color: #BA77D4;
}
.TagClassName
{
border-color: #BA77D4;
}
</style>