Shades of Medium Orchid #BA4EED
Tints of Medium Orchid #BA4EED
RGB
CMYK
RGB Variations
Color information
#BA4EED (or 0xBA4EED) is known color: Medium Orchid. HEX triplet: BA, 4E and ED. RGB value is (186,78,237). Sum of RGB (Red+Green+Blue) = 186+78+237=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EED is #45B112. Grayscale: #7F7F7F. Windows color (decimal): -4567315 or 15552186. OLE color: 15552186.
HSL color Cylindrical-coordinate representation of color #BA4EED: hue angle of 280.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EED is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 78 | 237 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.07 |
| HSL | 280.75º | 0.82% | 0.62% | - |
| HSV(B) | 280.75º | 0.67% | 0.93% | - |
| XYZ | 38.26 | 22 | 82.35 | - |
| YUV | 128.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 237 | 0.22 | 0.67 | 0 | 0.07 | 280.75 | 0.82 | 0.62 |
| Hex | BA | 4E | ED | 16 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 272 | 116 | 355 | 26 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111010 | 1001110 | 11101101 | 10110 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BA4EED
Complementary color
Monochromatic Colors of #BA4EED
Black with #BA4EED
Text Example
Text Example
White with #BA4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EED; }
p { color: rgb(186,78,237); }
H1.HeaderClassName
{
color: #BA4EED;
}
.AnyTagClassName
{
color: #BA4EED;
}
</style>
background-color css
<style>
a { background-color: #BA4EED; }
a { background-color: rgb(186,78,237); }
div.DivClassName
{
background-color: #BA4EED;
}
.BgClassName
{
background-color: #BA4EED;
}
</style>
border-color css
<style>
span { border-color: #BA4EED; }
span { border-color: rgb(186,78,237); }
td.TdClassName
{
border-color: #BA4EED;
}
.TagClassName
{
border-color: #BA4EED;
}
</style>