Shades of Medium Orchid #BA69EE
Tints of Medium Orchid #BA69EE
RGB
CMYK
RGB Variations
Color information
#BA69EE (or 0xBA69EE) is known color: Medium Orchid. HEX triplet: BA, 69 and EE. RGB value is (186,105,238). Sum of RGB (Red+Green+Blue) = 186+105+238=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69EE is #459611. Grayscale: #8F8F8F. Windows color (decimal): -4560402 or 15624634. OLE color: 15624634.
HSL color Cylindrical-coordinate representation of color #BA69EE: hue angle of 276.54º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA69EE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 105 | 238 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 276.54º | 0.8% | 0.67% | - |
| HSV(B) | 276.54º | 0.56% | 0.93% | - |
| XYZ | 40.73 | 26.72 | 83.9 | - |
| YUV | 144.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 238 | 0.22 | 0.56 | 0 | 0.07 | 276.54 | 0.8 | 0.67 |
| Hex | BA | 69 | EE | 16 | 38 | 0 | 7 | 115 | 50 | 43 |
| Octal | 272 | 151 | 356 | 26 | 70 | 0 | 7 | 425 | 120 | 103 |
| Binary | 10111010 | 1101001 | 11101110 | 10110 | 111000 | 0 | 111 | 100010101 | 1010000 | 1000011 |
Color Harmonies of #BA69EE
Complementary color
Monochromatic Colors of #BA69EE
Black with #BA69EE
Text Example
Text Example
White with #BA69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69EE; }
p { color: rgb(186,105,238); }
H1.HeaderClassName
{
color: #BA69EE;
}
.AnyTagClassName
{
color: #BA69EE;
}
</style>
background-color css
<style>
a { background-color: #BA69EE; }
a { background-color: rgb(186,105,238); }
div.DivClassName
{
background-color: #BA69EE;
}
.BgClassName
{
background-color: #BA69EE;
}
</style>
border-color css
<style>
span { border-color: #BA69EE; }
span { border-color: rgb(186,105,238); }
td.TdClassName
{
border-color: #BA69EE;
}
.TagClassName
{
border-color: #BA69EE;
}
</style>