Shades of Medium Orchid #BA76D9
Tints of Medium Orchid #BA76D9
RGB
CMYK
RGB Variations
Color information
#BA76D9 (or 0xBA76D9) is known color: Medium Orchid. HEX triplet: BA, 76 and D9. RGB value is (186,118,217). Sum of RGB (Red+Green+Blue) = 186+118+217=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76D9 is #458926. Grayscale: #959595. Windows color (decimal): -4557095 or 14251706. OLE color: 14251706.
HSL color Cylindrical-coordinate representation of color #BA76D9: hue angle of 281.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA76D9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 118 | 217 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.15 |
| HSL | 281.21º | 0.57% | 0.66% | - |
| HSV(B) | 281.21º | 0.46% | 0.85% | - |
| XYZ | 39.25 | 28.41 | 69.06 | - |
| YUV | 149.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 217 | 0.14 | 0.46 | 0 | 0.15 | 281.21 | 0.57 | 0.66 |
| Hex | BA | 76 | D9 | E | 2E | 0 | F | 119 | 39 | 42 |
| Octal | 272 | 166 | 331 | 16 | 56 | 0 | 17 | 431 | 71 | 102 |
| Binary | 10111010 | 1110110 | 11011001 | 1110 | 101110 | 0 | 1111 | 100011001 | 111001 | 1000010 |
Color Harmonies of #BA76D9
Complementary color
Monochromatic Colors of #BA76D9
Black with #BA76D9
Text Example
Text Example
White with #BA76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76D9; }
p { color: rgb(186,118,217); }
H1.HeaderClassName
{
color: #BA76D9;
}
.AnyTagClassName
{
color: #BA76D9;
}
</style>
background-color css
<style>
a { background-color: #BA76D9; }
a { background-color: rgb(186,118,217); }
div.DivClassName
{
background-color: #BA76D9;
}
.BgClassName
{
background-color: #BA76D9;
}
</style>
border-color css
<style>
span { border-color: #BA76D9; }
span { border-color: rgb(186,118,217); }
td.TdClassName
{
border-color: #BA76D9;
}
.TagClassName
{
border-color: #BA76D9;
}
</style>