Shades of Medium Orchid #BA78DD
Tints of Medium Orchid #BA78DD
RGB
CMYK
RGB Variations
Color information
#BA78DD (or 0xBA78DD) is known color: Medium Orchid. HEX triplet: BA, 78 and DD. RGB value is (186,120,221). Sum of RGB (Red+Green+Blue) = 186+120+221=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78DD is #458722. Grayscale: #969696. Windows color (decimal): -4556579 or 14514362. OLE color: 14514362.
HSL color Cylindrical-coordinate representation of color #BA78DD: hue angle of 279.21º 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 #BA78DD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 120 | 221 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.13 |
| HSL | 279.21º | 0.6% | 0.67% | - |
| HSV(B) | 279.21º | 0.46% | 0.87% | - |
| XYZ | 40.02 | 29.09 | 71.91 | - |
| YUV | 151.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 221 | 0.16 | 0.46 | 0 | 0.13 | 279.21 | 0.6 | 0.67 |
| Hex | BA | 78 | DD | 10 | 2E | 0 | D | 117 | 3C | 43 |
| Octal | 272 | 170 | 335 | 20 | 56 | 0 | 15 | 427 | 74 | 103 |
| Binary | 10111010 | 1111000 | 11011101 | 10000 | 101110 | 0 | 1101 | 100010111 | 111100 | 1000011 |
Color Harmonies of #BA78DD
Complementary color
Monochromatic Colors of #BA78DD
Black with #BA78DD
Text Example
Text Example
White with #BA78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78DD; }
p { color: rgb(186,120,221); }
H1.HeaderClassName
{
color: #BA78DD;
}
.AnyTagClassName
{
color: #BA78DD;
}
</style>
background-color css
<style>
a { background-color: #BA78DD; }
a { background-color: rgb(186,120,221); }
div.DivClassName
{
background-color: #BA78DD;
}
.BgClassName
{
background-color: #BA78DD;
}
</style>
border-color css
<style>
span { border-color: #BA78DD; }
span { border-color: rgb(186,120,221); }
td.TdClassName
{
border-color: #BA78DD;
}
.TagClassName
{
border-color: #BA78DD;
}
</style>