Shades of Medium Orchid #BA65E3
Tints of Medium Orchid #BA65E3
RGB
CMYK
RGB Variations
Color information
#BA65E3 (or 0xBA65E3) is known color: Medium Orchid. HEX triplet: BA, 65 and E3. RGB value is (186,101,227). Sum of RGB (Red+Green+Blue) = 186+101+227=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65E3 is #459A1C. Grayscale: #8C8C8C. Windows color (decimal): -4561437 or 14902714. OLE color: 14902714.
HSL color Cylindrical-coordinate representation of color #BA65E3: hue angle of 280.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA65E3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 101 | 227 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.11 |
| HSL | 280.48º | 0.69% | 0.64% | - |
| HSV(B) | 280.48º | 0.56% | 0.89% | - |
| XYZ | 38.77 | 25.29 | 75.51 | - |
| YUV | 140.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 227 | 0.18 | 0.56 | 0 | 0.11 | 280.48 | 0.69 | 0.64 |
| Hex | BA | 65 | E3 | 12 | 38 | 0 | B | 118 | 45 | 40 |
| Octal | 272 | 145 | 343 | 22 | 70 | 0 | 13 | 430 | 105 | 100 |
| Binary | 10111010 | 1100101 | 11100011 | 10010 | 111000 | 0 | 1011 | 100011000 | 1000101 | 1000000 |
Color Harmonies of #BA65E3
Complementary color
Monochromatic Colors of #BA65E3
Black with #BA65E3
Text Example
Text Example
White with #BA65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65E3; }
p { color: rgb(186,101,227); }
H1.HeaderClassName
{
color: #BA65E3;
}
.AnyTagClassName
{
color: #BA65E3;
}
</style>
background-color css
<style>
a { background-color: #BA65E3; }
a { background-color: rgb(186,101,227); }
div.DivClassName
{
background-color: #BA65E3;
}
.BgClassName
{
background-color: #BA65E3;
}
</style>
border-color css
<style>
span { border-color: #BA65E3; }
span { border-color: rgb(186,101,227); }
td.TdClassName
{
border-color: #BA65E3;
}
.TagClassName
{
border-color: #BA65E3;
}
</style>