Shades of Medium Orchid #BA66D5
Tints of Medium Orchid #BA66D5
RGB
CMYK
RGB Variations
Color information
#BA66D5 (or 0xBA66D5) is known color: Medium Orchid. HEX triplet: BA, 66 and D5. RGB value is (186,102,213). Sum of RGB (Red+Green+Blue) = 186+102+213=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D5 is #45992A. Grayscale: #8B8B8B. Windows color (decimal): -4561195 or 13985466. OLE color: 13985466.
HSL color Cylindrical-coordinate representation of color #BA66D5: hue angle of 285.41º degrees, saturation: 0.57, 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 #BA66D5 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 102 | 213 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 285.41º | 0.57% | 0.62% | - |
| HSV(B) | 285.41º | 0.52% | 0.84% | - |
| XYZ | 37.01 | 24.75 | 65.78 | - |
| YUV | 139.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 213 | 0.13 | 0.52 | 0 | 0.16 | 285.41 | 0.57 | 0.62 |
| Hex | BA | 66 | D5 | D | 34 | 0 | 10 | 11D | 39 | 3E |
| Octal | 272 | 146 | 325 | 15 | 64 | 0 | 20 | 435 | 71 | 76 |
| Binary | 10111010 | 1100110 | 11010101 | 1101 | 110100 | 0 | 10000 | 100011101 | 111001 | 111110 |
Color Harmonies of #BA66D5
Complementary color
Monochromatic Colors of #BA66D5
Black with #BA66D5
Text Example
Text Example
White with #BA66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66D5; }
p { color: rgb(186,102,213); }
H1.HeaderClassName
{
color: #BA66D5;
}
.AnyTagClassName
{
color: #BA66D5;
}
</style>
background-color css
<style>
a { background-color: #BA66D5; }
a { background-color: rgb(186,102,213); }
div.DivClassName
{
background-color: #BA66D5;
}
.BgClassName
{
background-color: #BA66D5;
}
</style>
border-color css
<style>
span { border-color: #BA66D5; }
span { border-color: rgb(186,102,213); }
td.TdClassName
{
border-color: #BA66D5;
}
.TagClassName
{
border-color: #BA66D5;
}
</style>