Shades of Medium Orchid #BA70E4
Tints of Medium Orchid #BA70E4
RGB
CMYK
RGB Variations
Color information
#BA70E4 (or 0xBA70E4) is known color: Medium Orchid. HEX triplet: BA, 70 and E4. RGB value is (186,112,228). Sum of RGB (Red+Green+Blue) = 186+112+228=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA70E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70E4 is #458F1B. Grayscale: #929292. Windows color (decimal): -4558620 or 14971066. OLE color: 14971066.
HSL color Cylindrical-coordinate representation of color #BA70E4: hue angle of 278.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA70E4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 112 | 228 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.11 |
| HSL | 278.28º | 0.68% | 0.67% | - |
| HSV(B) | 278.28º | 0.51% | 0.89% | - |
| XYZ | 40.05 | 27.63 | 76.62 | - |
| YUV | 147.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 228 | 0.18 | 0.51 | 0 | 0.11 | 278.28 | 0.68 | 0.67 |
| Hex | BA | 70 | E4 | 12 | 33 | 0 | B | 116 | 44 | 43 |
| Octal | 272 | 160 | 344 | 22 | 63 | 0 | 13 | 426 | 104 | 103 |
| Binary | 10111010 | 1110000 | 11100100 | 10010 | 110011 | 0 | 1011 | 100010110 | 1000100 | 1000011 |
Color Harmonies of #BA70E4
Complementary color
Monochromatic Colors of #BA70E4
Black with #BA70E4
Text Example
Text Example
White with #BA70E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70E4; }
p { color: rgb(186,112,228); }
H1.HeaderClassName
{
color: #BA70E4;
}
.AnyTagClassName
{
color: #BA70E4;
}
</style>
background-color css
<style>
a { background-color: #BA70E4; }
a { background-color: rgb(186,112,228); }
div.DivClassName
{
background-color: #BA70E4;
}
.BgClassName
{
background-color: #BA70E4;
}
</style>
border-color css
<style>
span { border-color: #BA70E4; }
span { border-color: rgb(186,112,228); }
td.TdClassName
{
border-color: #BA70E4;
}
.TagClassName
{
border-color: #BA70E4;
}
</style>