Shades of Medium Orchid #BA65DA
Tints of Medium Orchid #BA65DA
RGB
CMYK
RGB Variations
Color information
#BA65DA (or 0xBA65DA) is known color: Medium Orchid. HEX triplet: BA, 65 and DA. RGB value is (186,101,218). Sum of RGB (Red+Green+Blue) = 186+101+218=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DA is #459A25. Grayscale: #8B8B8B. Windows color (decimal): -4561446 or 14312890. OLE color: 14312890.
HSL color Cylindrical-coordinate representation of color #BA65DA: hue angle of 283.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA65DA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 101 | 218 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.15 |
| HSL | 283.59º | 0.61% | 0.63% | - |
| HSV(B) | 283.59º | 0.54% | 0.85% | - |
| XYZ | 37.56 | 24.81 | 69.14 | - |
| YUV | 139.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 218 | 0.15 | 0.54 | 0 | 0.15 | 283.59 | 0.61 | 0.63 |
| Hex | BA | 65 | DA | F | 36 | 0 | F | 11C | 3D | 3F |
| Octal | 272 | 145 | 332 | 17 | 66 | 0 | 17 | 434 | 75 | 77 |
| Binary | 10111010 | 1100101 | 11011010 | 1111 | 110110 | 0 | 1111 | 100011100 | 111101 | 111111 |
Color Harmonies of #BA65DA
Complementary color
Monochromatic Colors of #BA65DA
Black with #BA65DA
Text Example
Text Example
White with #BA65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65DA; }
p { color: rgb(186,101,218); }
H1.HeaderClassName
{
color: #BA65DA;
}
.AnyTagClassName
{
color: #BA65DA;
}
</style>
background-color css
<style>
a { background-color: #BA65DA; }
a { background-color: rgb(186,101,218); }
div.DivClassName
{
background-color: #BA65DA;
}
.BgClassName
{
background-color: #BA65DA;
}
</style>
border-color css
<style>
span { border-color: #BA65DA; }
span { border-color: rgb(186,101,218); }
td.TdClassName
{
border-color: #BA65DA;
}
.TagClassName
{
border-color: #BA65DA;
}
</style>