Shades of Medium Orchid #BA4CEF
Tints of Medium Orchid #BA4CEF
RGB
CMYK
RGB Variations
Color information
#BA4CEF (or 0xBA4CEF) is known color: Medium Orchid. HEX triplet: BA, 4C and EF. RGB value is (186,76,239). Sum of RGB (Red+Green+Blue) = 186+76+239=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEF is #45B310. Grayscale: #7E7E7E. Windows color (decimal): -4567825 or 15682746. OLE color: 15682746.
HSL color Cylindrical-coordinate representation of color #BA4CEF: hue angle of 280.49º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4CEF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 76 | 239 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.06 |
| HSL | 280.49º | 0.84% | 0.62% | - |
| HSV(B) | 280.49º | 0.68% | 0.94% | - |
| XYZ | 38.41 | 21.84 | 83.85 | - |
| YUV | 127.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 239 | 0.22 | 0.68 | 0 | 0.06 | 280.49 | 0.84 | 0.62 |
| Hex | BA | 4C | EF | 16 | 44 | 0 | 6 | 118 | 54 | 3E |
| Octal | 272 | 114 | 357 | 26 | 104 | 0 | 6 | 430 | 124 | 76 |
| Binary | 10111010 | 1001100 | 11101111 | 10110 | 1000100 | 0 | 110 | 100011000 | 1010100 | 111110 |
Color Harmonies of #BA4CEF
Complementary color
Monochromatic Colors of #BA4CEF
Black with #BA4CEF
Text Example
Text Example
White with #BA4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CEF; }
p { color: rgb(186,76,239); }
H1.HeaderClassName
{
color: #BA4CEF;
}
.AnyTagClassName
{
color: #BA4CEF;
}
</style>
background-color css
<style>
a { background-color: #BA4CEF; }
a { background-color: rgb(186,76,239); }
div.DivClassName
{
background-color: #BA4CEF;
}
.BgClassName
{
background-color: #BA4CEF;
}
</style>
border-color css
<style>
span { border-color: #BA4CEF; }
span { border-color: rgb(186,76,239); }
td.TdClassName
{
border-color: #BA4CEF;
}
.TagClassName
{
border-color: #BA4CEF;
}
</style>