Shades of Medium Orchid #BA38EF
Tints of Medium Orchid #BA38EF
RGB
CMYK
RGB Variations
Color information
#BA38EF (or 0xBA38EF) is known color: Medium Orchid. HEX triplet: BA, 38 and EF. RGB value is (186,56,239). Sum of RGB (Red+Green+Blue) = 186+56+239=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA38EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38EF is #45C710. Grayscale: #737373. Windows color (decimal): -4572945 or 15677626. OLE color: 15677626.
HSL color Cylindrical-coordinate representation of color #BA38EF: hue angle of 282.62º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA38EF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 56 | 239 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.06 |
| HSL | 282.62º | 0.85% | 0.58% | - |
| HSV(B) | 282.62º | 0.77% | 0.94% | - |
| XYZ | 37.24 | 19.5 | 83.46 | - |
| YUV | 115.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 239 | 0.22 | 0.77 | 0 | 0.06 | 282.62 | 0.85 | 0.58 |
| Hex | BA | 38 | EF | 16 | 4D | 0 | 6 | 11B | 55 | 3A |
| Octal | 272 | 70 | 357 | 26 | 115 | 0 | 6 | 433 | 125 | 72 |
| Binary | 10111010 | 111000 | 11101111 | 10110 | 1001101 | 0 | 110 | 100011011 | 1010101 | 111010 |
Color Harmonies of #BA38EF
Complementary color
Monochromatic Colors of #BA38EF
Black with #BA38EF
Text Example
Text Example
White with #BA38EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38EF; }
p { color: rgb(186,56,239); }
H1.HeaderClassName
{
color: #BA38EF;
}
.AnyTagClassName
{
color: #BA38EF;
}
</style>
background-color css
<style>
a { background-color: #BA38EF; }
a { background-color: rgb(186,56,239); }
div.DivClassName
{
background-color: #BA38EF;
}
.BgClassName
{
background-color: #BA38EF;
}
</style>
border-color css
<style>
span { border-color: #BA38EF; }
span { border-color: rgb(186,56,239); }
td.TdClassName
{
border-color: #BA38EF;
}
.TagClassName
{
border-color: #BA38EF;
}
</style>