Shades of Medium Orchid #BA66D6
Tints of Medium Orchid #BA66D6
RGB
CMYK
RGB Variations
Color information
#BA66D6 (or 0xBA66D6) is known color: Medium Orchid. HEX triplet: BA, 66 and D6. RGB value is (186,102,214). Sum of RGB (Red+Green+Blue) = 186+102+214=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D6 is #459929. Grayscale: #8B8B8B. Windows color (decimal): -4561194 or 14051002. OLE color: 14051002.
HSL color Cylindrical-coordinate representation of color #BA66D6: hue angle of 285º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA66D6 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 102 | 214 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 285º | 0.58% | 0.62% | - |
| HSV(B) | 285º | 0.52% | 0.84% | - |
| XYZ | 37.14 | 24.8 | 66.45 | - |
| YUV | 139.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 214 | 0.13 | 0.52 | 0 | 0.16 | 285 | 0.58 | 0.62 |
| Hex | BA | 66 | D6 | D | 34 | 0 | 10 | 11D | 3A | 3E |
| Octal | 272 | 146 | 326 | 15 | 64 | 0 | 20 | 435 | 72 | 76 |
| Binary | 10111010 | 1100110 | 11010110 | 1101 | 110100 | 0 | 10000 | 100011101 | 111010 | 111110 |
Color Harmonies of #BA66D6
Complementary color
Monochromatic Colors of #BA66D6
Black with #BA66D6
Text Example
Text Example
White with #BA66D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66D6; }
p { color: rgb(186,102,214); }
H1.HeaderClassName
{
color: #BA66D6;
}
.AnyTagClassName
{
color: #BA66D6;
}
</style>
background-color css
<style>
a { background-color: #BA66D6; }
a { background-color: rgb(186,102,214); }
div.DivClassName
{
background-color: #BA66D6;
}
.BgClassName
{
background-color: #BA66D6;
}
</style>
border-color css
<style>
span { border-color: #BA66D6; }
span { border-color: rgb(186,102,214); }
td.TdClassName
{
border-color: #BA66D6;
}
.TagClassName
{
border-color: #BA66D6;
}
</style>