Shades of Medium Orchid #BA66D4
Tints of Medium Orchid #BA66D4
RGB
CMYK
RGB Variations
Color information
#BA66D4 (or 0xBA66D4) is known color: Medium Orchid. HEX triplet: BA, 66 and D4. RGB value is (186,102,212). Sum of RGB (Red+Green+Blue) = 186+102+212=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D4 is #45992B. Grayscale: #8B8B8B. Windows color (decimal): -4561196 or 13919930. OLE color: 13919930.
HSL color Cylindrical-coordinate representation of color #BA66D4: hue angle of 285.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA66D4 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 102 | 212 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.17 |
| HSL | 285.82º | 0.56% | 0.62% | - |
| HSV(B) | 285.82º | 0.52% | 0.83% | - |
| XYZ | 36.88 | 24.7 | 65.11 | - |
| YUV | 139.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 212 | 0.12 | 0.52 | 0 | 0.17 | 285.82 | 0.56 | 0.62 |
| Hex | BA | 66 | D4 | C | 34 | 0 | 11 | 11E | 38 | 3E |
| Octal | 272 | 146 | 324 | 14 | 64 | 0 | 21 | 436 | 70 | 76 |
| Binary | 10111010 | 1100110 | 11010100 | 1100 | 110100 | 0 | 10001 | 100011110 | 111000 | 111110 |
Color Harmonies of #BA66D4
Complementary color
Monochromatic Colors of #BA66D4
Black with #BA66D4
Text Example
Text Example
White with #BA66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66D4; }
p { color: rgb(186,102,212); }
H1.HeaderClassName
{
color: #BA66D4;
}
.AnyTagClassName
{
color: #BA66D4;
}
</style>
background-color css
<style>
a { background-color: #BA66D4; }
a { background-color: rgb(186,102,212); }
div.DivClassName
{
background-color: #BA66D4;
}
.BgClassName
{
background-color: #BA66D4;
}
</style>
border-color css
<style>
span { border-color: #BA66D4; }
span { border-color: rgb(186,102,212); }
td.TdClassName
{
border-color: #BA66D4;
}
.TagClassName
{
border-color: #BA66D4;
}
</style>