Shades of Medium Orchid #BA65DF
Tints of Medium Orchid #BA65DF
RGB
CMYK
RGB Variations
Color information
#BA65DF (or 0xBA65DF) is known color: Medium Orchid. HEX triplet: BA, 65 and DF. RGB value is (186,101,223). Sum of RGB (Red+Green+Blue) = 186+101+223=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DF is #459A20. Grayscale: #8B8B8B. Windows color (decimal): -4561441 or 14640570. OLE color: 14640570.
HSL color Cylindrical-coordinate representation of color #BA65DF: hue angle of 281.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA65DF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 101 | 223 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.13 |
| HSL | 281.8º | 0.66% | 0.64% | - |
| HSV(B) | 281.8º | 0.55% | 0.87% | - |
| XYZ | 38.22 | 25.07 | 72.64 | - |
| YUV | 140.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 223 | 0.17 | 0.55 | 0 | 0.13 | 281.8 | 0.66 | 0.64 |
| Hex | BA | 65 | DF | 11 | 37 | 0 | D | 11A | 42 | 40 |
| Octal | 272 | 145 | 337 | 21 | 67 | 0 | 15 | 432 | 102 | 100 |
| Binary | 10111010 | 1100101 | 11011111 | 10001 | 110111 | 0 | 1101 | 100011010 | 1000010 | 1000000 |
Color Harmonies of #BA65DF
Complementary color
Monochromatic Colors of #BA65DF
Black with #BA65DF
Text Example
Text Example
White with #BA65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65DF; }
p { color: rgb(186,101,223); }
H1.HeaderClassName
{
color: #BA65DF;
}
.AnyTagClassName
{
color: #BA65DF;
}
</style>
background-color css
<style>
a { background-color: #BA65DF; }
a { background-color: rgb(186,101,223); }
div.DivClassName
{
background-color: #BA65DF;
}
.BgClassName
{
background-color: #BA65DF;
}
</style>
border-color css
<style>
span { border-color: #BA65DF; }
span { border-color: rgb(186,101,223); }
td.TdClassName
{
border-color: #BA65DF;
}
.TagClassName
{
border-color: #BA65DF;
}
</style>