Shades of Medium Orchid #BA69F3
Tints of Medium Orchid #BA69F3
RGB
CMYK
RGB Variations
Color information
#BA69F3 (or 0xBA69F3) is known color: Medium Orchid. HEX triplet: BA, 69 and F3. RGB value is (186,105,243). Sum of RGB (Red+Green+Blue) = 186+105+243=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA69F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69F3 is #45960C. Grayscale: #909090. Windows color (decimal): -4560397 or 15952314. OLE color: 15952314.
HSL color Cylindrical-coordinate representation of color #BA69F3: hue angle of 275.22º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA69F3 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 105 | 243 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 275.22º | 0.85% | 0.68% | - |
| HSV(B) | 275.22º | 0.57% | 0.95% | - |
| XYZ | 41.48 | 27.01 | 87.82 | - |
| YUV | 144.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 243 | 0.23 | 0.57 | 0 | 0.05 | 275.22 | 0.85 | 0.68 |
| Hex | BA | 69 | F3 | 17 | 39 | 0 | 5 | 113 | 55 | 44 |
| Octal | 272 | 151 | 363 | 27 | 71 | 0 | 5 | 423 | 125 | 104 |
| Binary | 10111010 | 1101001 | 11110011 | 10111 | 111001 | 0 | 101 | 100010011 | 1010101 | 1000100 |
Color Harmonies of #BA69F3
Complementary color
Monochromatic Colors of #BA69F3
Black with #BA69F3
Text Example
Text Example
White with #BA69F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69F3; }
p { color: rgb(186,105,243); }
H1.HeaderClassName
{
color: #BA69F3;
}
.AnyTagClassName
{
color: #BA69F3;
}
</style>
background-color css
<style>
a { background-color: #BA69F3; }
a { background-color: rgb(186,105,243); }
div.DivClassName
{
background-color: #BA69F3;
}
.BgClassName
{
background-color: #BA69F3;
}
</style>
border-color css
<style>
span { border-color: #BA69F3; }
span { border-color: rgb(186,105,243); }
td.TdClassName
{
border-color: #BA69F3;
}
.TagClassName
{
border-color: #BA69F3;
}
</style>