Shades of Medium Orchid #BA65D7
Tints of Medium Orchid #BA65D7
RGB
CMYK
RGB Variations
Color information
#BA65D7 (or 0xBA65D7) is known color: Medium Orchid. HEX triplet: BA, 65 and D7. RGB value is (186,101,215). Sum of RGB (Red+Green+Blue) = 186+101+215=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D7 is #459A28. Grayscale: #8B8B8B. Windows color (decimal): -4561449 or 14116282. OLE color: 14116282.
HSL color Cylindrical-coordinate representation of color #BA65D7: hue angle of 284.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA65D7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 101 | 215 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.16 |
| HSL | 284.74º | 0.59% | 0.62% | - |
| HSV(B) | 284.74º | 0.53% | 0.84% | - |
| XYZ | 37.17 | 24.65 | 67.09 | - |
| YUV | 139.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 215 | 0.13 | 0.53 | 0 | 0.16 | 284.74 | 0.59 | 0.62 |
| Hex | BA | 65 | D7 | D | 35 | 0 | 10 | 11D | 3B | 3E |
| Octal | 272 | 145 | 327 | 15 | 65 | 0 | 20 | 435 | 73 | 76 |
| Binary | 10111010 | 1100101 | 11010111 | 1101 | 110101 | 0 | 10000 | 100011101 | 111011 | 111110 |
Color Harmonies of #BA65D7
Complementary color
Monochromatic Colors of #BA65D7
Black with #BA65D7
Text Example
Text Example
White with #BA65D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65D7; }
p { color: rgb(186,101,215); }
H1.HeaderClassName
{
color: #BA65D7;
}
.AnyTagClassName
{
color: #BA65D7;
}
</style>
background-color css
<style>
a { background-color: #BA65D7; }
a { background-color: rgb(186,101,215); }
div.DivClassName
{
background-color: #BA65D7;
}
.BgClassName
{
background-color: #BA65D7;
}
</style>
border-color css
<style>
span { border-color: #BA65D7; }
span { border-color: rgb(186,101,215); }
td.TdClassName
{
border-color: #BA65D7;
}
.TagClassName
{
border-color: #BA65D7;
}
</style>