Shades of Medium Orchid #BA3CEF
Tints of Medium Orchid #BA3CEF
RGB
CMYK
RGB Variations
Color information
#BA3CEF (or 0xBA3CEF) is known color: Medium Orchid. HEX triplet: BA, 3C and EF. RGB value is (186,60,239). Sum of RGB (Red+Green+Blue) = 186+60+239=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CEF is #45C310. Grayscale: #757575. Windows color (decimal): -4571921 or 15678650. OLE color: 15678650.
HSL color Cylindrical-coordinate representation of color #BA3CEF: hue angle of 282.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3CEF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 60 | 239 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.06 |
| HSL | 282.23º | 0.85% | 0.59% | - |
| HSV(B) | 282.23º | 0.75% | 0.94% | - |
| XYZ | 37.45 | 19.9 | 83.53 | - |
| YUV | 118.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 239 | 0.22 | 0.75 | 0 | 0.06 | 282.23 | 0.85 | 0.59 |
| Hex | BA | 3C | EF | 16 | 4B | 0 | 6 | 11A | 55 | 3B |
| Octal | 272 | 74 | 357 | 26 | 113 | 0 | 6 | 432 | 125 | 73 |
| Binary | 10111010 | 111100 | 11101111 | 10110 | 1001011 | 0 | 110 | 100011010 | 1010101 | 111011 |
Color Harmonies of #BA3CEF
Complementary color
Monochromatic Colors of #BA3CEF
Black with #BA3CEF
Text Example
Text Example
White with #BA3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CEF; }
p { color: rgb(186,60,239); }
H1.HeaderClassName
{
color: #BA3CEF;
}
.AnyTagClassName
{
color: #BA3CEF;
}
</style>
background-color css
<style>
a { background-color: #BA3CEF; }
a { background-color: rgb(186,60,239); }
div.DivClassName
{
background-color: #BA3CEF;
}
.BgClassName
{
background-color: #BA3CEF;
}
</style>
border-color css
<style>
span { border-color: #BA3CEF; }
span { border-color: rgb(186,60,239); }
td.TdClassName
{
border-color: #BA3CEF;
}
.TagClassName
{
border-color: #BA3CEF;
}
</style>