Shades of Medium Orchid #BA68F3
Tints of Medium Orchid #BA68F3
RGB
CMYK
RGB Variations
Color information
#BA68F3 (or 0xBA68F3) is known color: Medium Orchid. HEX triplet: BA, 68 and F3. RGB value is (186,104,243). Sum of RGB (Red+Green+Blue) = 186+104+243=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F3 is #45970C. Grayscale: #8F8F8F. Windows color (decimal): -4560653 or 15952058. OLE color: 15952058.
HSL color Cylindrical-coordinate representation of color #BA68F3: hue angle of 275.4º 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 #BA68F3 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 104 | 243 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 275.4º | 0.85% | 0.68% | - |
| HSV(B) | 275.4º | 0.57% | 0.95% | - |
| XYZ | 41.38 | 26.81 | 87.79 | - |
| YUV | 144.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 243 | 0.23 | 0.57 | 0 | 0.05 | 275.4 | 0.85 | 0.68 |
| Hex | BA | 68 | F3 | 17 | 39 | 0 | 5 | 113 | 55 | 44 |
| Octal | 272 | 150 | 363 | 27 | 71 | 0 | 5 | 423 | 125 | 104 |
| Binary | 10111010 | 1101000 | 11110011 | 10111 | 111001 | 0 | 101 | 100010011 | 1010101 | 1000100 |
Color Harmonies of #BA68F3
Complementary color
Monochromatic Colors of #BA68F3
Black with #BA68F3
Text Example
Text Example
White with #BA68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68F3; }
p { color: rgb(186,104,243); }
H1.HeaderClassName
{
color: #BA68F3;
}
.AnyTagClassName
{
color: #BA68F3;
}
</style>
background-color css
<style>
a { background-color: #BA68F3; }
a { background-color: rgb(186,104,243); }
div.DivClassName
{
background-color: #BA68F3;
}
.BgClassName
{
background-color: #BA68F3;
}
</style>
border-color css
<style>
span { border-color: #BA68F3; }
span { border-color: rgb(186,104,243); }
td.TdClassName
{
border-color: #BA68F3;
}
.TagClassName
{
border-color: #BA68F3;
}
</style>