Shades of Medium Orchid #BA5FCE
Tints of Medium Orchid #BA5FCE
RGB
CMYK
RGB Variations
Color information
#BA5FCE (or 0xBA5FCE) is known color: Medium Orchid. HEX triplet: BA, 5F and CE. RGB value is (186,95,206). Sum of RGB (Red+Green+Blue) = 186+95+206=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA5FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCE is #45A031. Grayscale: #868686. Windows color (decimal): -4562994 or 13524922. OLE color: 13524922.
HSL color Cylindrical-coordinate representation of color #BA5FCE: hue angle of 289.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5FCE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 95 | 206 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.19 |
| HSL | 289.19º | 0.53% | 0.59% | - |
| HSV(B) | 289.19º | 0.54% | 0.81% | - |
| XYZ | 35.48 | 23.08 | 60.98 | - |
| YUV | 134.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 206 | 0.10 | 0.54 | 0 | 0.19 | 289.19 | 0.53 | 0.59 |
| Hex | BA | 5F | CE | A | 36 | 0 | 13 | 121 | 35 | 3B |
| Octal | 272 | 137 | 316 | 12 | 66 | 0 | 23 | 441 | 65 | 73 |
| Binary | 10111010 | 1011111 | 11001110 | 1010 | 110110 | 0 | 10011 | 100100001 | 110101 | 111011 |
Color Harmonies of #BA5FCE
Complementary color
Monochromatic Colors of #BA5FCE
Black with #BA5FCE
Text Example
Text Example
White with #BA5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FCE; }
p { color: rgb(186,95,206); }
H1.HeaderClassName
{
color: #BA5FCE;
}
.AnyTagClassName
{
color: #BA5FCE;
}
</style>
background-color css
<style>
a { background-color: #BA5FCE; }
a { background-color: rgb(186,95,206); }
div.DivClassName
{
background-color: #BA5FCE;
}
.BgClassName
{
background-color: #BA5FCE;
}
</style>
border-color css
<style>
span { border-color: #BA5FCE; }
span { border-color: rgb(186,95,206); }
td.TdClassName
{
border-color: #BA5FCE;
}
.TagClassName
{
border-color: #BA5FCE;
}
</style>