Shades of Medium Orchid #BA5CEF
Tints of Medium Orchid #BA5CEF
RGB
CMYK
RGB Variations
Color information
#BA5CEF (or 0xBA5CEF) is known color: Medium Orchid. HEX triplet: BA, 5C and EF. RGB value is (186,92,239). Sum of RGB (Red+Green+Blue) = 186+92+239=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CEF is #45A310. Grayscale: #888888. Windows color (decimal): -4563729 or 15686842. OLE color: 15686842.
HSL color Cylindrical-coordinate representation of color #BA5CEF: hue angle of 278.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5CEF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 92 | 239 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.06 |
| HSL | 278.37º | 0.82% | 0.65% | - |
| HSV(B) | 278.37º | 0.62% | 0.94% | - |
| XYZ | 39.66 | 24.33 | 84.27 | - |
| YUV | 136.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 239 | 0.22 | 0.62 | 0 | 0.06 | 278.37 | 0.82 | 0.65 |
| Hex | BA | 5C | EF | 16 | 3E | 0 | 6 | 116 | 52 | 41 |
| Octal | 272 | 134 | 357 | 26 | 76 | 0 | 6 | 426 | 122 | 101 |
| Binary | 10111010 | 1011100 | 11101111 | 10110 | 111110 | 0 | 110 | 100010110 | 1010010 | 1000001 |
Color Harmonies of #BA5CEF
Complementary color
Monochromatic Colors of #BA5CEF
Black with #BA5CEF
Text Example
Text Example
White with #BA5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CEF; }
p { color: rgb(186,92,239); }
H1.HeaderClassName
{
color: #BA5CEF;
}
.AnyTagClassName
{
color: #BA5CEF;
}
</style>
background-color css
<style>
a { background-color: #BA5CEF; }
a { background-color: rgb(186,92,239); }
div.DivClassName
{
background-color: #BA5CEF;
}
.BgClassName
{
background-color: #BA5CEF;
}
</style>
border-color css
<style>
span { border-color: #BA5CEF; }
span { border-color: rgb(186,92,239); }
td.TdClassName
{
border-color: #BA5CEF;
}
.TagClassName
{
border-color: #BA5CEF;
}
</style>