Shades of Medium Orchid #BA65D9
Tints of Medium Orchid #BA65D9
RGB
CMYK
RGB Variations
Color information
#BA65D9 (or 0xBA65D9) is known color: Medium Orchid. HEX triplet: BA, 65 and D9. RGB value is (186,101,217). Sum of RGB (Red+Green+Blue) = 186+101+217=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D9 is #459A26. Grayscale: #8B8B8B. Windows color (decimal): -4561447 or 14247354. OLE color: 14247354.
HSL color Cylindrical-coordinate representation of color #BA65D9: hue angle of 283.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA65D9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 101 | 217 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.15 |
| HSL | 283.97º | 0.6% | 0.62% | - |
| HSV(B) | 283.97º | 0.53% | 0.85% | - |
| XYZ | 37.43 | 24.76 | 68.45 | - |
| YUV | 139.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 217 | 0.14 | 0.53 | 0 | 0.15 | 283.97 | 0.6 | 0.62 |
| Hex | BA | 65 | D9 | E | 35 | 0 | F | 11C | 3C | 3E |
| Octal | 272 | 145 | 331 | 16 | 65 | 0 | 17 | 434 | 74 | 76 |
| Binary | 10111010 | 1100101 | 11011001 | 1110 | 110101 | 0 | 1111 | 100011100 | 111100 | 111110 |
Color Harmonies of #BA65D9
Complementary color
Monochromatic Colors of #BA65D9
Black with #BA65D9
Text Example
Text Example
White with #BA65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65D9; }
p { color: rgb(186,101,217); }
H1.HeaderClassName
{
color: #BA65D9;
}
.AnyTagClassName
{
color: #BA65D9;
}
</style>
background-color css
<style>
a { background-color: #BA65D9; }
a { background-color: rgb(186,101,217); }
div.DivClassName
{
background-color: #BA65D9;
}
.BgClassName
{
background-color: #BA65D9;
}
</style>
border-color css
<style>
span { border-color: #BA65D9; }
span { border-color: rgb(186,101,217); }
td.TdClassName
{
border-color: #BA65D9;
}
.TagClassName
{
border-color: #BA65D9;
}
</style>