Shades of Medium Orchid #BA65DE
Tints of Medium Orchid #BA65DE
RGB
CMYK
RGB Variations
Color information
#BA65DE (or 0xBA65DE) is known color: Medium Orchid. HEX triplet: BA, 65 and DE. RGB value is (186,101,222). Sum of RGB (Red+Green+Blue) = 186+101+222=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA65DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DE is #459A21. Grayscale: #8B8B8B. Windows color (decimal): -4561442 or 14575034. OLE color: 14575034.
HSL color Cylindrical-coordinate representation of color #BA65DE: hue angle of 282.15º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA65DE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 101 | 222 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.13 |
| HSL | 282.15º | 0.65% | 0.63% | - |
| HSV(B) | 282.15º | 0.55% | 0.87% | - |
| XYZ | 38.09 | 25.02 | 71.93 | - |
| YUV | 140.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 222 | 0.16 | 0.55 | 0 | 0.13 | 282.15 | 0.65 | 0.63 |
| Hex | BA | 65 | DE | 10 | 37 | 0 | D | 11A | 41 | 3F |
| Octal | 272 | 145 | 336 | 20 | 67 | 0 | 15 | 432 | 101 | 77 |
| Binary | 10111010 | 1100101 | 11011110 | 10000 | 110111 | 0 | 1101 | 100011010 | 1000001 | 111111 |
Color Harmonies of #BA65DE
Complementary color
Monochromatic Colors of #BA65DE
Black with #BA65DE
Text Example
Text Example
White with #BA65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65DE; }
p { color: rgb(186,101,222); }
H1.HeaderClassName
{
color: #BA65DE;
}
.AnyTagClassName
{
color: #BA65DE;
}
</style>
background-color css
<style>
a { background-color: #BA65DE; }
a { background-color: rgb(186,101,222); }
div.DivClassName
{
background-color: #BA65DE;
}
.BgClassName
{
background-color: #BA65DE;
}
</style>
border-color css
<style>
span { border-color: #BA65DE; }
span { border-color: rgb(186,101,222); }
td.TdClassName
{
border-color: #BA65DE;
}
.TagClassName
{
border-color: #BA65DE;
}
</style>