Shades of Medium Orchid #BA70E7
Tints of Medium Orchid #BA70E7
RGB
CMYK
RGB Variations
Color information
#BA70E7 (or 0xBA70E7) is known color: Medium Orchid. HEX triplet: BA, 70 and E7. RGB value is (186,112,231). Sum of RGB (Red+Green+Blue) = 186+112+231=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA70E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70E7 is #458F18. Grayscale: #939393. Windows color (decimal): -4558617 or 15167674. OLE color: 15167674.
HSL color Cylindrical-coordinate representation of color #BA70E7: hue angle of 277.31º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA70E7 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 112 | 231 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 277.31º | 0.71% | 0.67% | - |
| HSV(B) | 277.31º | 0.52% | 0.91% | - |
| XYZ | 40.47 | 27.8 | 78.83 | - |
| YUV | 147.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 231 | 0.19 | 0.52 | 0 | 0.09 | 277.31 | 0.71 | 0.67 |
| Hex | BA | 70 | E7 | 13 | 34 | 0 | 9 | 115 | 47 | 43 |
| Octal | 272 | 160 | 347 | 23 | 64 | 0 | 11 | 425 | 107 | 103 |
| Binary | 10111010 | 1110000 | 11100111 | 10011 | 110100 | 0 | 1001 | 100010101 | 1000111 | 1000011 |
Color Harmonies of #BA70E7
Complementary color
Monochromatic Colors of #BA70E7
Black with #BA70E7
Text Example
Text Example
White with #BA70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70E7; }
p { color: rgb(186,112,231); }
H1.HeaderClassName
{
color: #BA70E7;
}
.AnyTagClassName
{
color: #BA70E7;
}
</style>
background-color css
<style>
a { background-color: #BA70E7; }
a { background-color: rgb(186,112,231); }
div.DivClassName
{
background-color: #BA70E7;
}
.BgClassName
{
background-color: #BA70E7;
}
</style>
border-color css
<style>
span { border-color: #BA70E7; }
span { border-color: rgb(186,112,231); }
td.TdClassName
{
border-color: #BA70E7;
}
.TagClassName
{
border-color: #BA70E7;
}
</style>