Shades of Medium Orchid #BA68E7
Tints of Medium Orchid #BA68E7
RGB
CMYK
RGB Variations
Color information
#BA68E7 (or 0xBA68E7) is known color: Medium Orchid. HEX triplet: BA, 68 and E7. RGB value is (186,104,231). Sum of RGB (Red+Green+Blue) = 186+104+231=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA68E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68E7 is #459718. Grayscale: #8E8E8E. Windows color (decimal): -4560665 or 15165626. OLE color: 15165626.
HSL color Cylindrical-coordinate representation of color #BA68E7: hue angle of 278.74º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA68E7 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 104 | 231 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.09 |
| HSL | 278.74º | 0.73% | 0.66% | - |
| HSV(B) | 278.74º | 0.55% | 0.91% | - |
| XYZ | 39.62 | 26.11 | 78.55 | - |
| YUV | 143 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 231 | 0.19 | 0.55 | 0 | 0.09 | 278.74 | 0.73 | 0.66 |
| Hex | BA | 68 | E7 | 13 | 37 | 0 | 9 | 117 | 49 | 42 |
| Octal | 272 | 150 | 347 | 23 | 67 | 0 | 11 | 427 | 111 | 102 |
| Binary | 10111010 | 1101000 | 11100111 | 10011 | 110111 | 0 | 1001 | 100010111 | 1001001 | 1000010 |
Color Harmonies of #BA68E7
Complementary color
Monochromatic Colors of #BA68E7
Black with #BA68E7
Text Example
Text Example
White with #BA68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68E7; }
p { color: rgb(186,104,231); }
H1.HeaderClassName
{
color: #BA68E7;
}
.AnyTagClassName
{
color: #BA68E7;
}
</style>
background-color css
<style>
a { background-color: #BA68E7; }
a { background-color: rgb(186,104,231); }
div.DivClassName
{
background-color: #BA68E7;
}
.BgClassName
{
background-color: #BA68E7;
}
</style>
border-color css
<style>
span { border-color: #BA68E7; }
span { border-color: rgb(186,104,231); }
td.TdClassName
{
border-color: #BA68E7;
}
.TagClassName
{
border-color: #BA68E7;
}
</style>