Shades of Medium Orchid #BA69E5
Tints of Medium Orchid #BA69E5
RGB
CMYK
RGB Variations
Color information
#BA69E5 (or 0xBA69E5) is known color: Medium Orchid. HEX triplet: BA, 69 and E5. RGB value is (186,105,229). Sum of RGB (Red+Green+Blue) = 186+105+229=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69E5 is #45961A. Grayscale: #8E8E8E. Windows color (decimal): -4560411 or 15034810. OLE color: 15034810.
HSL color Cylindrical-coordinate representation of color #BA69E5: hue angle of 279.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA69E5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 105 | 229 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.10 |
| HSL | 279.19º | 0.7% | 0.65% | - |
| HSV(B) | 279.19º | 0.54% | 0.9% | - |
| XYZ | 39.44 | 26.2 | 77.11 | - |
| YUV | 143.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 229 | 0.19 | 0.54 | 0 | 0.10 | 279.19 | 0.7 | 0.65 |
| Hex | BA | 69 | E5 | 13 | 36 | 0 | A | 117 | 46 | 41 |
| Octal | 272 | 151 | 345 | 23 | 66 | 0 | 12 | 427 | 106 | 101 |
| Binary | 10111010 | 1101001 | 11100101 | 10011 | 110110 | 0 | 1010 | 100010111 | 1000110 | 1000001 |
Color Harmonies of #BA69E5
Complementary color
Monochromatic Colors of #BA69E5
Black with #BA69E5
Text Example
Text Example
White with #BA69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69E5; }
p { color: rgb(186,105,229); }
H1.HeaderClassName
{
color: #BA69E5;
}
.AnyTagClassName
{
color: #BA69E5;
}
</style>
background-color css
<style>
a { background-color: #BA69E5; }
a { background-color: rgb(186,105,229); }
div.DivClassName
{
background-color: #BA69E5;
}
.BgClassName
{
background-color: #BA69E5;
}
</style>
border-color css
<style>
span { border-color: #BA69E5; }
span { border-color: rgb(186,105,229); }
td.TdClassName
{
border-color: #BA69E5;
}
.TagClassName
{
border-color: #BA69E5;
}
</style>