Shades of Medium Orchid #BA61E7
Tints of Medium Orchid #BA61E7
RGB
CMYK
RGB Variations
Color information
#BA61E7 (or 0xBA61E7) is known color: Medium Orchid. HEX triplet: BA, 61 and E7. RGB value is (186,97,231). Sum of RGB (Red+Green+Blue) = 186+97+231=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA61E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61E7 is #459E18. Grayscale: #8A8A8A. Windows color (decimal): -4562457 or 15163834. OLE color: 15163834.
HSL color Cylindrical-coordinate representation of color #BA61E7: hue angle of 279.85º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA61E7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 97 | 231 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.09 |
| HSL | 279.85º | 0.74% | 0.64% | - |
| HSV(B) | 279.85º | 0.58% | 0.91% | - |
| XYZ | 38.95 | 24.76 | 78.33 | - |
| YUV | 138.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 231 | 0.19 | 0.58 | 0 | 0.09 | 279.85 | 0.74 | 0.64 |
| Hex | BA | 61 | E7 | 13 | 3A | 0 | 9 | 118 | 4A | 40 |
| Octal | 272 | 141 | 347 | 23 | 72 | 0 | 11 | 430 | 112 | 100 |
| Binary | 10111010 | 1100001 | 11100111 | 10011 | 111010 | 0 | 1001 | 100011000 | 1001010 | 1000000 |
Color Harmonies of #BA61E7
Complementary color
Monochromatic Colors of #BA61E7
Black with #BA61E7
Text Example
Text Example
White with #BA61E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61E7; }
p { color: rgb(186,97,231); }
H1.HeaderClassName
{
color: #BA61E7;
}
.AnyTagClassName
{
color: #BA61E7;
}
</style>
background-color css
<style>
a { background-color: #BA61E7; }
a { background-color: rgb(186,97,231); }
div.DivClassName
{
background-color: #BA61E7;
}
.BgClassName
{
background-color: #BA61E7;
}
</style>
border-color css
<style>
span { border-color: #BA61E7; }
span { border-color: rgb(186,97,231); }
td.TdClassName
{
border-color: #BA61E7;
}
.TagClassName
{
border-color: #BA61E7;
}
</style>