Shades of Medium Orchid #BA77DD
Tints of Medium Orchid #BA77DD
RGB
CMYK
RGB Variations
Color information
#BA77DD (or 0xBA77DD) is known color: Medium Orchid. HEX triplet: BA, 77 and DD. RGB value is (186,119,221). Sum of RGB (Red+Green+Blue) = 186+119+221=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77DD is #458822. Grayscale: #969696. Windows color (decimal): -4556835 or 14514106. OLE color: 14514106.
HSL color Cylindrical-coordinate representation of color #BA77DD: hue angle of 279.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA77DD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 119 | 221 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.13 |
| HSL | 279.41º | 0.6% | 0.67% | - |
| HSV(B) | 279.41º | 0.46% | 0.87% | - |
| XYZ | 39.9 | 28.85 | 71.87 | - |
| YUV | 150.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 221 | 0.16 | 0.46 | 0 | 0.13 | 279.41 | 0.6 | 0.67 |
| Hex | BA | 77 | DD | 10 | 2E | 0 | D | 117 | 3C | 43 |
| Octal | 272 | 167 | 335 | 20 | 56 | 0 | 15 | 427 | 74 | 103 |
| Binary | 10111010 | 1110111 | 11011101 | 10000 | 101110 | 0 | 1101 | 100010111 | 111100 | 1000011 |
Color Harmonies of #BA77DD
Complementary color
Monochromatic Colors of #BA77DD
Black with #BA77DD
Text Example
Text Example
White with #BA77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77DD; }
p { color: rgb(186,119,221); }
H1.HeaderClassName
{
color: #BA77DD;
}
.AnyTagClassName
{
color: #BA77DD;
}
</style>
background-color css
<style>
a { background-color: #BA77DD; }
a { background-color: rgb(186,119,221); }
div.DivClassName
{
background-color: #BA77DD;
}
.BgClassName
{
background-color: #BA77DD;
}
</style>
border-color css
<style>
span { border-color: #BA77DD; }
span { border-color: rgb(186,119,221); }
td.TdClassName
{
border-color: #BA77DD;
}
.TagClassName
{
border-color: #BA77DD;
}
</style>