Shades of Medium Orchid #BA64D6
Tints of Medium Orchid #BA64D6
RGB
CMYK
RGB Variations
Color information
#BA64D6 (or 0xBA64D6) is known color: Medium Orchid. HEX triplet: BA, 64 and D6. RGB value is (186,100,214). Sum of RGB (Red+Green+Blue) = 186+100+214=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA64D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64D6 is #459B29. Grayscale: #8A8A8A. Windows color (decimal): -4561706 or 14050490. OLE color: 14050490.
HSL color Cylindrical-coordinate representation of color #BA64D6: hue angle of 285.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA64D6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 100 | 214 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.16 |
| HSL | 285.26º | 0.58% | 0.62% | - |
| HSV(B) | 285.26º | 0.53% | 0.84% | - |
| XYZ | 36.94 | 24.41 | 66.38 | - |
| YUV | 138.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 214 | 0.13 | 0.53 | 0 | 0.16 | 285.26 | 0.58 | 0.62 |
| Hex | BA | 64 | D6 | D | 35 | 0 | 10 | 11D | 3A | 3E |
| Octal | 272 | 144 | 326 | 15 | 65 | 0 | 20 | 435 | 72 | 76 |
| Binary | 10111010 | 1100100 | 11010110 | 1101 | 110101 | 0 | 10000 | 100011101 | 111010 | 111110 |
Color Harmonies of #BA64D6
Complementary color
Monochromatic Colors of #BA64D6
Black with #BA64D6
Text Example
Text Example
White with #BA64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64D6; }
p { color: rgb(186,100,214); }
H1.HeaderClassName
{
color: #BA64D6;
}
.AnyTagClassName
{
color: #BA64D6;
}
</style>
background-color css
<style>
a { background-color: #BA64D6; }
a { background-color: rgb(186,100,214); }
div.DivClassName
{
background-color: #BA64D6;
}
.BgClassName
{
background-color: #BA64D6;
}
</style>
border-color css
<style>
span { border-color: #BA64D6; }
span { border-color: rgb(186,100,214); }
td.TdClassName
{
border-color: #BA64D6;
}
.TagClassName
{
border-color: #BA64D6;
}
</style>