Shades of Medium Orchid #BA71EE
Tints of Medium Orchid #BA71EE
RGB
CMYK
RGB Variations
Color information
#BA71EE (or 0xBA71EE) is known color: Medium Orchid. HEX triplet: BA, 71 and EE. RGB value is (186,113,238). Sum of RGB (Red+Green+Blue) = 186+113+238=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA71EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71EE is #458E11. Grayscale: #949494. Windows color (decimal): -4558354 or 15626682. OLE color: 15626682.
HSL color Cylindrical-coordinate representation of color #BA71EE: hue angle of 275.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA71EE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 113 | 238 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.07 |
| HSL | 275.04º | 0.79% | 0.69% | - |
| HSV(B) | 275.04º | 0.53% | 0.93% | - |
| XYZ | 41.59 | 28.42 | 84.18 | - |
| YUV | 149.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 238 | 0.22 | 0.53 | 0 | 0.07 | 275.04 | 0.79 | 0.69 |
| Hex | BA | 71 | EE | 16 | 35 | 0 | 7 | 113 | 4F | 45 |
| Octal | 272 | 161 | 356 | 26 | 65 | 0 | 7 | 423 | 117 | 105 |
| Binary | 10111010 | 1110001 | 11101110 | 10110 | 110101 | 0 | 111 | 100010011 | 1001111 | 1000101 |
Color Harmonies of #BA71EE
Complementary color
Monochromatic Colors of #BA71EE
Black with #BA71EE
Text Example
Text Example
White with #BA71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71EE; }
p { color: rgb(186,113,238); }
H1.HeaderClassName
{
color: #BA71EE;
}
.AnyTagClassName
{
color: #BA71EE;
}
</style>
background-color css
<style>
a { background-color: #BA71EE; }
a { background-color: rgb(186,113,238); }
div.DivClassName
{
background-color: #BA71EE;
}
.BgClassName
{
background-color: #BA71EE;
}
</style>
border-color css
<style>
span { border-color: #BA71EE; }
span { border-color: rgb(186,113,238); }
td.TdClassName
{
border-color: #BA71EE;
}
.TagClassName
{
border-color: #BA71EE;
}
</style>