Shades of Medium Orchid #BA69E9
Tints of Medium Orchid #BA69E9
RGB
CMYK
RGB Variations
Color information
#BA69E9 (or 0xBA69E9) is known color: Medium Orchid. HEX triplet: BA, 69 and E9. RGB value is (186,105,233). Sum of RGB (Red+Green+Blue) = 186+105+233=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69E9 is #459616. Grayscale: #8F8F8F. Windows color (decimal): -4560407 or 15296954. OLE color: 15296954.
HSL color Cylindrical-coordinate representation of color #BA69E9: hue angle of 277.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA69E9 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 105 | 233 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.09 |
| HSL | 277.97º | 0.74% | 0.66% | - |
| HSV(B) | 277.97º | 0.55% | 0.91% | - |
| XYZ | 40.01 | 26.43 | 80.08 | - |
| YUV | 143.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 233 | 0.20 | 0.55 | 0 | 0.09 | 277.97 | 0.74 | 0.66 |
| Hex | BA | 69 | E9 | 14 | 37 | 0 | 9 | 116 | 4A | 42 |
| Octal | 272 | 151 | 351 | 24 | 67 | 0 | 11 | 426 | 112 | 102 |
| Binary | 10111010 | 1101001 | 11101001 | 10100 | 110111 | 0 | 1001 | 100010110 | 1001010 | 1000010 |
Color Harmonies of #BA69E9
Complementary color
Monochromatic Colors of #BA69E9
Black with #BA69E9
Text Example
Text Example
White with #BA69E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69E9; }
p { color: rgb(186,105,233); }
H1.HeaderClassName
{
color: #BA69E9;
}
.AnyTagClassName
{
color: #BA69E9;
}
</style>
background-color css
<style>
a { background-color: #BA69E9; }
a { background-color: rgb(186,105,233); }
div.DivClassName
{
background-color: #BA69E9;
}
.BgClassName
{
background-color: #BA69E9;
}
</style>
border-color css
<style>
span { border-color: #BA69E9; }
span { border-color: rgb(186,105,233); }
td.TdClassName
{
border-color: #BA69E9;
}
.TagClassName
{
border-color: #BA69E9;
}
</style>