Shades of Medium Orchid #BA78D4
Tints of Medium Orchid #BA78D4
RGB
CMYK
RGB Variations
Color information
#BA78D4 (or 0xBA78D4) is known color: Medium Orchid. HEX triplet: BA, 78 and D4. RGB value is (186,120,212). Sum of RGB (Red+Green+Blue) = 186+120+212=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78D4 is #45872B. Grayscale: #959595. Windows color (decimal): -4556588 or 13924538. OLE color: 13924538.
HSL color Cylindrical-coordinate representation of color #BA78D4: hue angle of 283.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA78D4 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 120 | 212 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.17 |
| HSL | 283.04º | 0.52% | 0.65% | - |
| HSV(B) | 283.04º | 0.43% | 0.83% | - |
| XYZ | 38.85 | 28.63 | 65.77 | - |
| YUV | 150.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 212 | 0.12 | 0.43 | 0 | 0.17 | 283.04 | 0.52 | 0.65 |
| Hex | BA | 78 | D4 | C | 2B | 0 | 11 | 11B | 34 | 41 |
| Octal | 272 | 170 | 324 | 14 | 53 | 0 | 21 | 433 | 64 | 101 |
| Binary | 10111010 | 1111000 | 11010100 | 1100 | 101011 | 0 | 10001 | 100011011 | 110100 | 1000001 |
Color Harmonies of #BA78D4
Complementary color
Monochromatic Colors of #BA78D4
Black with #BA78D4
Text Example
Text Example
White with #BA78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78D4; }
p { color: rgb(186,120,212); }
H1.HeaderClassName
{
color: #BA78D4;
}
.AnyTagClassName
{
color: #BA78D4;
}
</style>
background-color css
<style>
a { background-color: #BA78D4; }
a { background-color: rgb(186,120,212); }
div.DivClassName
{
background-color: #BA78D4;
}
.BgClassName
{
background-color: #BA78D4;
}
</style>
border-color css
<style>
span { border-color: #BA78D4; }
span { border-color: rgb(186,120,212); }
td.TdClassName
{
border-color: #BA78D4;
}
.TagClassName
{
border-color: #BA78D4;
}
</style>