Shades of Medium Orchid #BA66C9
Tints of Medium Orchid #BA66C9
RGB
CMYK
RGB Variations
Color information
#BA66C9 (or 0xBA66C9) is known color: Medium Orchid. HEX triplet: BA, 66 and C9. RGB value is (186,102,201). Sum of RGB (Red+Green+Blue) = 186+102+201=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66C9 is #459936. Grayscale: #8A8A8A. Windows color (decimal): -4561207 or 13199034. OLE color: 13199034.
HSL color Cylindrical-coordinate representation of color #BA66C9: hue angle of 290.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA66C9 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 102 | 201 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.21 |
| HSL | 290.91º | 0.48% | 0.59% | - |
| HSV(B) | 290.91º | 0.49% | 0.79% | - |
| XYZ | 35.54 | 24.16 | 58.05 | - |
| YUV | 138.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 201 | 0.07 | 0.49 | 0 | 0.21 | 290.91 | 0.48 | 0.59 |
| Hex | BA | 66 | C9 | 7 | 31 | 0 | 15 | 123 | 30 | 3B |
| Octal | 272 | 146 | 311 | 7 | 61 | 0 | 25 | 443 | 60 | 73 |
| Binary | 10111010 | 1100110 | 11001001 | 111 | 110001 | 0 | 10101 | 100100011 | 110000 | 111011 |
Color Harmonies of #BA66C9
Complementary color
Monochromatic Colors of #BA66C9
Black with #BA66C9
Text Example
Text Example
White with #BA66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66C9; }
p { color: rgb(186,102,201); }
H1.HeaderClassName
{
color: #BA66C9;
}
.AnyTagClassName
{
color: #BA66C9;
}
</style>
background-color css
<style>
a { background-color: #BA66C9; }
a { background-color: rgb(186,102,201); }
div.DivClassName
{
background-color: #BA66C9;
}
.BgClassName
{
background-color: #BA66C9;
}
</style>
border-color css
<style>
span { border-color: #BA66C9; }
span { border-color: rgb(186,102,201); }
td.TdClassName
{
border-color: #BA66C9;
}
.TagClassName
{
border-color: #BA66C9;
}
</style>