Shades of Medium Orchid #BA66E6
Tints of Medium Orchid #BA66E6
RGB
CMYK
RGB Variations
Color information
#BA66E6 (or 0xBA66E6) is known color: Medium Orchid. HEX triplet: BA, 66 and E6. RGB value is (186,102,230). Sum of RGB (Red+Green+Blue) = 186+102+230=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66E6 is #459919. Grayscale: #8D8D8D. Windows color (decimal): -4561178 or 15099578. OLE color: 15099578.
HSL color Cylindrical-coordinate representation of color #BA66E6: hue angle of 279.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA66E6 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 102 | 230 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.10 |
| HSL | 279.38º | 0.72% | 0.65% | - |
| HSV(B) | 279.38º | 0.56% | 0.9% | - |
| XYZ | 39.28 | 25.66 | 77.74 | - |
| YUV | 141.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 230 | 0.19 | 0.56 | 0 | 0.10 | 279.38 | 0.72 | 0.65 |
| Hex | BA | 66 | E6 | 13 | 38 | 0 | A | 117 | 48 | 41 |
| Octal | 272 | 146 | 346 | 23 | 70 | 0 | 12 | 427 | 110 | 101 |
| Binary | 10111010 | 1100110 | 11100110 | 10011 | 111000 | 0 | 1010 | 100010111 | 1001000 | 1000001 |
Color Harmonies of #BA66E6
Complementary color
Monochromatic Colors of #BA66E6
Black with #BA66E6
Text Example
Text Example
White with #BA66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66E6; }
p { color: rgb(186,102,230); }
H1.HeaderClassName
{
color: #BA66E6;
}
.AnyTagClassName
{
color: #BA66E6;
}
</style>
background-color css
<style>
a { background-color: #BA66E6; }
a { background-color: rgb(186,102,230); }
div.DivClassName
{
background-color: #BA66E6;
}
.BgClassName
{
background-color: #BA66E6;
}
</style>
border-color css
<style>
span { border-color: #BA66E6; }
span { border-color: rgb(186,102,230); }
td.TdClassName
{
border-color: #BA66E6;
}
.TagClassName
{
border-color: #BA66E6;
}
</style>