Shades of Medium Orchid #BA70E9
Tints of Medium Orchid #BA70E9
RGB
CMYK
RGB Variations
Color information
#BA70E9 (or 0xBA70E9) is known color: Medium Orchid. HEX triplet: BA, 70 and E9. RGB value is (186,112,233). Sum of RGB (Red+Green+Blue) = 186+112+233=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70E9 is #458F16. Grayscale: #939393. Windows color (decimal): -4558615 or 15298746. OLE color: 15298746.
HSL color Cylindrical-coordinate representation of color #BA70E9: hue angle of 276.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA70E9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 112 | 233 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.09 |
| HSL | 276.69º | 0.73% | 0.68% | - |
| HSV(B) | 276.69º | 0.52% | 0.91% | - |
| XYZ | 40.75 | 27.91 | 80.33 | - |
| YUV | 147.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 233 | 0.20 | 0.52 | 0 | 0.09 | 276.69 | 0.73 | 0.68 |
| Hex | BA | 70 | E9 | 14 | 34 | 0 | 9 | 115 | 49 | 44 |
| Octal | 272 | 160 | 351 | 24 | 64 | 0 | 11 | 425 | 111 | 104 |
| Binary | 10111010 | 1110000 | 11101001 | 10100 | 110100 | 0 | 1001 | 100010101 | 1001001 | 1000100 |
Color Harmonies of #BA70E9
Complementary color
Monochromatic Colors of #BA70E9
Black with #BA70E9
Text Example
Text Example
White with #BA70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70E9; }
p { color: rgb(186,112,233); }
H1.HeaderClassName
{
color: #BA70E9;
}
.AnyTagClassName
{
color: #BA70E9;
}
</style>
background-color css
<style>
a { background-color: #BA70E9; }
a { background-color: rgb(186,112,233); }
div.DivClassName
{
background-color: #BA70E9;
}
.BgClassName
{
background-color: #BA70E9;
}
</style>
border-color css
<style>
span { border-color: #BA70E9; }
span { border-color: rgb(186,112,233); }
td.TdClassName
{
border-color: #BA70E9;
}
.TagClassName
{
border-color: #BA70E9;
}
</style>