Shades of Medium Orchid #BA66D7
Tints of Medium Orchid #BA66D7
RGB
CMYK
RGB Variations
Color information
#BA66D7 (or 0xBA66D7) is known color: Medium Orchid. HEX triplet: BA, 66 and D7. RGB value is (186,102,215). Sum of RGB (Red+Green+Blue) = 186+102+215=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA66D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D7 is #459928. Grayscale: #8B8B8B. Windows color (decimal): -4561193 or 14116538. OLE color: 14116538.
HSL color Cylindrical-coordinate representation of color #BA66D7: hue angle of 284.6º 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 #BA66D7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 102 | 215 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.16 |
| HSL | 284.6º | 0.59% | 0.62% | - |
| HSV(B) | 284.6º | 0.53% | 0.84% | - |
| XYZ | 37.27 | 24.85 | 67.12 | - |
| YUV | 140 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 215 | 0.13 | 0.53 | 0 | 0.16 | 284.6 | 0.59 | 0.62 |
| Hex | BA | 66 | D7 | D | 35 | 0 | 10 | 11D | 3B | 3E |
| Octal | 272 | 146 | 327 | 15 | 65 | 0 | 20 | 435 | 73 | 76 |
| Binary | 10111010 | 1100110 | 11010111 | 1101 | 110101 | 0 | 10000 | 100011101 | 111011 | 111110 |
Color Harmonies of #BA66D7
Complementary color
Monochromatic Colors of #BA66D7
Black with #BA66D7
Text Example
Text Example
White with #BA66D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66D7; }
p { color: rgb(186,102,215); }
H1.HeaderClassName
{
color: #BA66D7;
}
.AnyTagClassName
{
color: #BA66D7;
}
</style>
background-color css
<style>
a { background-color: #BA66D7; }
a { background-color: rgb(186,102,215); }
div.DivClassName
{
background-color: #BA66D7;
}
.BgClassName
{
background-color: #BA66D7;
}
</style>
border-color css
<style>
span { border-color: #BA66D7; }
span { border-color: rgb(186,102,215); }
td.TdClassName
{
border-color: #BA66D7;
}
.TagClassName
{
border-color: #BA66D7;
}
</style>