Shades of Medium Orchid #BA69E6
Tints of Medium Orchid #BA69E6
RGB
CMYK
RGB Variations
Color information
#BA69E6 (or 0xBA69E6) is known color: Medium Orchid. HEX triplet: BA, 69 and E6. RGB value is (186,105,230). Sum of RGB (Red+Green+Blue) = 186+105+230=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69E6 is #459619. Grayscale: #8F8F8F. Windows color (decimal): -4560410 or 15100346. OLE color: 15100346.
HSL color Cylindrical-coordinate representation of color #BA69E6: hue angle of 278.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA69E6 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 105 | 230 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.10 |
| HSL | 278.88º | 0.71% | 0.66% | - |
| HSV(B) | 278.88º | 0.54% | 0.9% | - |
| XYZ | 39.58 | 26.26 | 77.84 | - |
| YUV | 143.47 | 176.84 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 230 | 0.19 | 0.54 | 0 | 0.10 | 278.88 | 0.71 | 0.66 |
| Hex | BA | 69 | E6 | 13 | 36 | 0 | A | 117 | 47 | 42 |
| Octal | 272 | 151 | 346 | 23 | 66 | 0 | 12 | 427 | 107 | 102 |
| Binary | 10111010 | 1101001 | 11100110 | 10011 | 110110 | 0 | 1010 | 100010111 | 1000111 | 1000010 |
Color Harmonies of #BA69E6
Complementary color
Monochromatic Colors of #BA69E6
Black with #BA69E6
Text Example
Text Example
White with #BA69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69E6; }
p { color: rgb(186,105,230); }
H1.HeaderClassName
{
color: #BA69E6;
}
.AnyTagClassName
{
color: #BA69E6;
}
</style>
background-color css
<style>
a { background-color: #BA69E6; }
a { background-color: rgb(186,105,230); }
div.DivClassName
{
background-color: #BA69E6;
}
.BgClassName
{
background-color: #BA69E6;
}
</style>
border-color css
<style>
span { border-color: #BA69E6; }
span { border-color: rgb(186,105,230); }
td.TdClassName
{
border-color: #BA69E6;
}
.TagClassName
{
border-color: #BA69E6;
}
</style>