Shades of Medium Orchid #BA76D8
Tints of Medium Orchid #BA76D8
RGB
CMYK
RGB Variations
Color information
#BA76D8 (or 0xBA76D8) is known color: Medium Orchid. HEX triplet: BA, 76 and D8. RGB value is (186,118,216). Sum of RGB (Red+Green+Blue) = 186+118+216=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76D8 is #458927. Grayscale: #959595. Windows color (decimal): -4557096 or 14186170. OLE color: 14186170.
HSL color Cylindrical-coordinate representation of color #BA76D8: hue angle of 281.63º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA76D8 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 118 | 216 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.15 |
| HSL | 281.63º | 0.56% | 0.65% | - |
| HSV(B) | 281.63º | 0.45% | 0.85% | - |
| XYZ | 39.12 | 28.35 | 68.38 | - |
| YUV | 149.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 216 | 0.14 | 0.45 | 0 | 0.15 | 281.63 | 0.56 | 0.65 |
| Hex | BA | 76 | D8 | E | 2D | 0 | F | 11A | 38 | 41 |
| Octal | 272 | 166 | 330 | 16 | 55 | 0 | 17 | 432 | 70 | 101 |
| Binary | 10111010 | 1110110 | 11011000 | 1110 | 101101 | 0 | 1111 | 100011010 | 111000 | 1000001 |
Color Harmonies of #BA76D8
Complementary color
Monochromatic Colors of #BA76D8
Black with #BA76D8
Text Example
Text Example
White with #BA76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76D8; }
p { color: rgb(186,118,216); }
H1.HeaderClassName
{
color: #BA76D8;
}
.AnyTagClassName
{
color: #BA76D8;
}
</style>
background-color css
<style>
a { background-color: #BA76D8; }
a { background-color: rgb(186,118,216); }
div.DivClassName
{
background-color: #BA76D8;
}
.BgClassName
{
background-color: #BA76D8;
}
</style>
border-color css
<style>
span { border-color: #BA76D8; }
span { border-color: rgb(186,118,216); }
td.TdClassName
{
border-color: #BA76D8;
}
.TagClassName
{
border-color: #BA76D8;
}
</style>