Shades of Medium Orchid #BA77DC
Tints of Medium Orchid #BA77DC
RGB
CMYK
RGB Variations
Color information
#BA77DC (or 0xBA77DC) is known color: Medium Orchid. HEX triplet: BA, 77 and DC. RGB value is (186,119,220). Sum of RGB (Red+Green+Blue) = 186+119+220=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77DC is #458823. Grayscale: #969696. Windows color (decimal): -4556836 or 14448570. OLE color: 14448570.
HSL color Cylindrical-coordinate representation of color #BA77DC: hue angle of 279.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA77DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 119 | 220 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 279.8º | 0.59% | 0.66% | - |
| HSV(B) | 279.8º | 0.46% | 0.86% | - |
| XYZ | 39.76 | 28.8 | 71.17 | - |
| YUV | 150.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 220 | 0.15 | 0.46 | 0 | 0.14 | 279.8 | 0.59 | 0.66 |
| Hex | BA | 77 | DC | F | 2E | 0 | E | 118 | 3B | 42 |
| Octal | 272 | 167 | 334 | 17 | 56 | 0 | 16 | 430 | 73 | 102 |
| Binary | 10111010 | 1110111 | 11011100 | 1111 | 101110 | 0 | 1110 | 100011000 | 111011 | 1000010 |
Color Harmonies of #BA77DC
Complementary color
Monochromatic Colors of #BA77DC
Black with #BA77DC
Text Example
Text Example
White with #BA77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77DC; }
p { color: rgb(186,119,220); }
H1.HeaderClassName
{
color: #BA77DC;
}
.AnyTagClassName
{
color: #BA77DC;
}
</style>
background-color css
<style>
a { background-color: #BA77DC; }
a { background-color: rgb(186,119,220); }
div.DivClassName
{
background-color: #BA77DC;
}
.BgClassName
{
background-color: #BA77DC;
}
</style>
border-color css
<style>
span { border-color: #BA77DC; }
span { border-color: rgb(186,119,220); }
td.TdClassName
{
border-color: #BA77DC;
}
.TagClassName
{
border-color: #BA77DC;
}
</style>