Shades of Medium Orchid #BA68F1
Tints of Medium Orchid #BA68F1
RGB
CMYK
RGB Variations
Color information
#BA68F1 (or 0xBA68F1) is known color: Medium Orchid. HEX triplet: BA, 68 and F1. RGB value is (186,104,241). Sum of RGB (Red+Green+Blue) = 186+104+241=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F1 is #45970E. Grayscale: #8F8F8F. Windows color (decimal): -4560655 or 15820986. OLE color: 15820986.
HSL color Cylindrical-coordinate representation of color #BA68F1: hue angle of 275.91º degrees, saturation: 0.83, 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 #BA68F1 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 104 | 241 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.05 |
| HSL | 275.91º | 0.83% | 0.68% | - |
| HSV(B) | 275.91º | 0.57% | 0.95% | - |
| XYZ | 41.08 | 26.69 | 86.21 | - |
| YUV | 144.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 241 | 0.23 | 0.57 | 0 | 0.05 | 275.91 | 0.83 | 0.68 |
| Hex | BA | 68 | F1 | 17 | 39 | 0 | 5 | 114 | 53 | 44 |
| Octal | 272 | 150 | 361 | 27 | 71 | 0 | 5 | 424 | 123 | 104 |
| Binary | 10111010 | 1101000 | 11110001 | 10111 | 111001 | 0 | 101 | 100010100 | 1010011 | 1000100 |
Color Harmonies of #BA68F1
Complementary color
Monochromatic Colors of #BA68F1
Black with #BA68F1
Text Example
Text Example
White with #BA68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68F1; }
p { color: rgb(186,104,241); }
H1.HeaderClassName
{
color: #BA68F1;
}
.AnyTagClassName
{
color: #BA68F1;
}
</style>
background-color css
<style>
a { background-color: #BA68F1; }
a { background-color: rgb(186,104,241); }
div.DivClassName
{
background-color: #BA68F1;
}
.BgClassName
{
background-color: #BA68F1;
}
</style>
border-color css
<style>
span { border-color: #BA68F1; }
span { border-color: rgb(186,104,241); }
td.TdClassName
{
border-color: #BA68F1;
}
.TagClassName
{
border-color: #BA68F1;
}
</style>