Shades of Medium Orchid #BA38EC
Tints of Medium Orchid #BA38EC
RGB
CMYK
RGB Variations
Color information
#BA38EC (or 0xBA38EC) is known color: Medium Orchid. HEX triplet: BA, 38 and EC. RGB value is (186,56,236). Sum of RGB (Red+Green+Blue) = 186+56+236=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38EC is #45C713. Grayscale: #727272. Windows color (decimal): -4572948 or 15481018. OLE color: 15481018.
HSL color Cylindrical-coordinate representation of color #BA38EC: hue angle of 283.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA38EC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 56 | 236 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.07 |
| HSL | 283.33º | 0.83% | 0.57% | - |
| HSV(B) | 283.33º | 0.76% | 0.93% | - |
| XYZ | 36.8 | 19.32 | 81.15 | - |
| YUV | 115.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 236 | 0.21 | 0.76 | 0 | 0.07 | 283.33 | 0.83 | 0.57 |
| Hex | BA | 38 | EC | 15 | 4C | 0 | 7 | 11B | 53 | 39 |
| Octal | 272 | 70 | 354 | 25 | 114 | 0 | 7 | 433 | 123 | 71 |
| Binary | 10111010 | 111000 | 11101100 | 10101 | 1001100 | 0 | 111 | 100011011 | 1010011 | 111001 |
Color Harmonies of #BA38EC
Complementary color
Monochromatic Colors of #BA38EC
Black with #BA38EC
Text Example
Text Example
White with #BA38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38EC; }
p { color: rgb(186,56,236); }
H1.HeaderClassName
{
color: #BA38EC;
}
.AnyTagClassName
{
color: #BA38EC;
}
</style>
background-color css
<style>
a { background-color: #BA38EC; }
a { background-color: rgb(186,56,236); }
div.DivClassName
{
background-color: #BA38EC;
}
.BgClassName
{
background-color: #BA38EC;
}
</style>
border-color css
<style>
span { border-color: #BA38EC; }
span { border-color: rgb(186,56,236); }
td.TdClassName
{
border-color: #BA38EC;
}
.TagClassName
{
border-color: #BA38EC;
}
</style>