Shades of Medium Orchid #BA4ED8
Tints of Medium Orchid #BA4ED8
RGB
CMYK
RGB Variations
Color information
#BA4ED8 (or 0xBA4ED8) is known color: Medium Orchid. HEX triplet: BA, 4E and D8. RGB value is (186,78,216). Sum of RGB (Red+Green+Blue) = 186+78+216=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ED8 is #45B127. Grayscale: #7D7D7D. Windows color (decimal): -4567336 or 14175930. OLE color: 14175930.
HSL color Cylindrical-coordinate representation of color #BA4ED8: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ED8 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 78 | 216 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.15 |
| HSL | 286.96º | 0.64% | 0.58% | - |
| HSV(B) | 286.96º | 0.64% | 0.85% | - |
| XYZ | 35.37 | 20.85 | 67.13 | - |
| YUV | 126.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 216 | 0.14 | 0.64 | 0 | 0.15 | 286.96 | 0.64 | 0.58 |
| Hex | BA | 4E | D8 | E | 40 | 0 | F | 11F | 40 | 3A |
| Octal | 272 | 116 | 330 | 16 | 100 | 0 | 17 | 437 | 100 | 72 |
| Binary | 10111010 | 1001110 | 11011000 | 1110 | 1000000 | 0 | 1111 | 100011111 | 1000000 | 111010 |
Color Harmonies of #BA4ED8
Complementary color
Monochromatic Colors of #BA4ED8
Black with #BA4ED8
Text Example
Text Example
White with #BA4ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ED8; }
p { color: rgb(186,78,216); }
H1.HeaderClassName
{
color: #BA4ED8;
}
.AnyTagClassName
{
color: #BA4ED8;
}
</style>
background-color css
<style>
a { background-color: #BA4ED8; }
a { background-color: rgb(186,78,216); }
div.DivClassName
{
background-color: #BA4ED8;
}
.BgClassName
{
background-color: #BA4ED8;
}
</style>
border-color css
<style>
span { border-color: #BA4ED8; }
span { border-color: rgb(186,78,216); }
td.TdClassName
{
border-color: #BA4ED8;
}
.TagClassName
{
border-color: #BA4ED8;
}
</style>