Shades of Medium Orchid #BA64DF
Tints of Medium Orchid #BA64DF
RGB
CMYK
RGB Variations
Color information
#BA64DF (or 0xBA64DF) is known color: Medium Orchid. HEX triplet: BA, 64 and DF. RGB value is (186,100,223). Sum of RGB (Red+Green+Blue) = 186+100+223=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DF is #459B20. Grayscale: #8B8B8B. Windows color (decimal): -4561697 or 14640314. OLE color: 14640314.
HSL color Cylindrical-coordinate representation of color #BA64DF: hue angle of 281.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA64DF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 100 | 223 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.13 |
| HSL | 281.95º | 0.66% | 0.63% | - |
| HSV(B) | 281.95º | 0.55% | 0.87% | - |
| XYZ | 38.13 | 24.88 | 72.61 | - |
| YUV | 139.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 223 | 0.17 | 0.55 | 0 | 0.13 | 281.95 | 0.66 | 0.63 |
| Hex | BA | 64 | DF | 11 | 37 | 0 | D | 11A | 42 | 3F |
| Octal | 272 | 144 | 337 | 21 | 67 | 0 | 15 | 432 | 102 | 77 |
| Binary | 10111010 | 1100100 | 11011111 | 10001 | 110111 | 0 | 1101 | 100011010 | 1000010 | 111111 |
Color Harmonies of #BA64DF
Complementary color
Monochromatic Colors of #BA64DF
Black with #BA64DF
Text Example
Text Example
White with #BA64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64DF; }
p { color: rgb(186,100,223); }
H1.HeaderClassName
{
color: #BA64DF;
}
.AnyTagClassName
{
color: #BA64DF;
}
</style>
background-color css
<style>
a { background-color: #BA64DF; }
a { background-color: rgb(186,100,223); }
div.DivClassName
{
background-color: #BA64DF;
}
.BgClassName
{
background-color: #BA64DF;
}
</style>
border-color css
<style>
span { border-color: #BA64DF; }
span { border-color: rgb(186,100,223); }
td.TdClassName
{
border-color: #BA64DF;
}
.TagClassName
{
border-color: #BA64DF;
}
</style>