Shades of Medium Orchid #BA78DA
Tints of Medium Orchid #BA78DA
RGB
CMYK
RGB Variations
Color information
#BA78DA (or 0xBA78DA) is known color: Medium Orchid. HEX triplet: BA, 78 and DA. RGB value is (186,120,218). Sum of RGB (Red+Green+Blue) = 186+120+218=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78DA is #458725. Grayscale: #969696. Windows color (decimal): -4556582 or 14317754. OLE color: 14317754.
HSL color Cylindrical-coordinate representation of color #BA78DA: hue angle of 280.41º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA78DA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 120 | 218 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.15 |
| HSL | 280.41º | 0.57% | 0.66% | - |
| HSV(B) | 280.41º | 0.45% | 0.85% | - |
| XYZ | 39.62 | 28.93 | 69.83 | - |
| YUV | 150.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 218 | 0.15 | 0.45 | 0 | 0.15 | 280.41 | 0.57 | 0.66 |
| Hex | BA | 78 | DA | F | 2D | 0 | F | 118 | 39 | 42 |
| Octal | 272 | 170 | 332 | 17 | 55 | 0 | 17 | 430 | 71 | 102 |
| Binary | 10111010 | 1111000 | 11011010 | 1111 | 101101 | 0 | 1111 | 100011000 | 111001 | 1000010 |
Color Harmonies of #BA78DA
Complementary color
Monochromatic Colors of #BA78DA
Black with #BA78DA
Text Example
Text Example
White with #BA78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78DA; }
p { color: rgb(186,120,218); }
H1.HeaderClassName
{
color: #BA78DA;
}
.AnyTagClassName
{
color: #BA78DA;
}
</style>
background-color css
<style>
a { background-color: #BA78DA; }
a { background-color: rgb(186,120,218); }
div.DivClassName
{
background-color: #BA78DA;
}
.BgClassName
{
background-color: #BA78DA;
}
</style>
border-color css
<style>
span { border-color: #BA78DA; }
span { border-color: rgb(186,120,218); }
td.TdClassName
{
border-color: #BA78DA;
}
.TagClassName
{
border-color: #BA78DA;
}
</style>