Shades of Medium Orchid #BA4EDD
Tints of Medium Orchid #BA4EDD
RGB
CMYK
RGB Variations
Color information
#BA4EDD (or 0xBA4EDD) is known color: Medium Orchid. HEX triplet: BA, 4E and DD. RGB value is (186,78,221). Sum of RGB (Red+Green+Blue) = 186+78+221=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDD is #45B122. Grayscale: #7E7E7E. Windows color (decimal): -4567331 or 14503610. OLE color: 14503610.
HSL color Cylindrical-coordinate representation of color #BA4EDD: hue angle of 285.31º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4EDD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 78 | 221 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.13 |
| HSL | 285.31º | 0.68% | 0.59% | - |
| HSV(B) | 285.31º | 0.65% | 0.87% | - |
| XYZ | 36.03 | 21.11 | 70.58 | - |
| YUV | 126.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 221 | 0.16 | 0.65 | 0 | 0.13 | 285.31 | 0.68 | 0.59 |
| Hex | BA | 4E | DD | 10 | 41 | 0 | D | 11D | 44 | 3B |
| Octal | 272 | 116 | 335 | 20 | 101 | 0 | 15 | 435 | 104 | 73 |
| Binary | 10111010 | 1001110 | 11011101 | 10000 | 1000001 | 0 | 1101 | 100011101 | 1000100 | 111011 |
Color Harmonies of #BA4EDD
Complementary color
Monochromatic Colors of #BA4EDD
Black with #BA4EDD
Text Example
Text Example
White with #BA4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EDD; }
p { color: rgb(186,78,221); }
H1.HeaderClassName
{
color: #BA4EDD;
}
.AnyTagClassName
{
color: #BA4EDD;
}
</style>
background-color css
<style>
a { background-color: #BA4EDD; }
a { background-color: rgb(186,78,221); }
div.DivClassName
{
background-color: #BA4EDD;
}
.BgClassName
{
background-color: #BA4EDD;
}
</style>
border-color css
<style>
span { border-color: #BA4EDD; }
span { border-color: rgb(186,78,221); }
td.TdClassName
{
border-color: #BA4EDD;
}
.TagClassName
{
border-color: #BA4EDD;
}
</style>