Shades of Medium Orchid #BA78DF
Tints of Medium Orchid #BA78DF
RGB
CMYK
RGB Variations
Color information
#BA78DF (or 0xBA78DF) is known color: Medium Orchid. HEX triplet: BA, 78 and DF. RGB value is (186,120,223). Sum of RGB (Red+Green+Blue) = 186+120+223=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78DF is #458720. Grayscale: #979797. Windows color (decimal): -4556577 or 14645434. OLE color: 14645434.
HSL color Cylindrical-coordinate representation of color #BA78DF: hue angle of 278.45º degrees, saturation: 0.62, 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 #BA78DF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 120 | 223 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 278.45º | 0.62% | 0.67% | - |
| HSV(B) | 278.45º | 0.46% | 0.87% | - |
| XYZ | 40.29 | 29.2 | 73.32 | - |
| YUV | 151.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 223 | 0.17 | 0.46 | 0 | 0.13 | 278.45 | 0.62 | 0.67 |
| Hex | BA | 78 | DF | 11 | 2E | 0 | D | 116 | 3E | 43 |
| Octal | 272 | 170 | 337 | 21 | 56 | 0 | 15 | 426 | 76 | 103 |
| Binary | 10111010 | 1111000 | 11011111 | 10001 | 101110 | 0 | 1101 | 100010110 | 111110 | 1000011 |
Color Harmonies of #BA78DF
Complementary color
Monochromatic Colors of #BA78DF
Black with #BA78DF
Text Example
Text Example
White with #BA78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78DF; }
p { color: rgb(186,120,223); }
H1.HeaderClassName
{
color: #BA78DF;
}
.AnyTagClassName
{
color: #BA78DF;
}
</style>
background-color css
<style>
a { background-color: #BA78DF; }
a { background-color: rgb(186,120,223); }
div.DivClassName
{
background-color: #BA78DF;
}
.BgClassName
{
background-color: #BA78DF;
}
</style>
border-color css
<style>
span { border-color: #BA78DF; }
span { border-color: rgb(186,120,223); }
td.TdClassName
{
border-color: #BA78DF;
}
.TagClassName
{
border-color: #BA78DF;
}
</style>