Shades of Medium Orchid #BA64D0
Tints of Medium Orchid #BA64D0
RGB
CMYK
RGB Variations
Color information
#BA64D0 (or 0xBA64D0) is known color: Medium Orchid. HEX triplet: BA, 64 and D0. RGB value is (186,100,208). Sum of RGB (Red+Green+Blue) = 186+100+208=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64D0 is #459B2F. Grayscale: #898989. Windows color (decimal): -4561712 or 13657274. OLE color: 13657274.
HSL color Cylindrical-coordinate representation of color #BA64D0: hue angle of 287.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA64D0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 100 | 208 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.18 |
| HSL | 287.78º | 0.53% | 0.6% | - |
| HSV(B) | 287.78º | 0.52% | 0.82% | - |
| XYZ | 36.19 | 24.11 | 62.42 | - |
| YUV | 138.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 208 | 0.11 | 0.52 | 0 | 0.18 | 287.78 | 0.53 | 0.6 |
| Hex | BA | 64 | D0 | B | 34 | 0 | 12 | 120 | 35 | 3C |
| Octal | 272 | 144 | 320 | 13 | 64 | 0 | 22 | 440 | 65 | 74 |
| Binary | 10111010 | 1100100 | 11010000 | 1011 | 110100 | 0 | 10010 | 100100000 | 110101 | 111100 |
Color Harmonies of #BA64D0
Complementary color
Monochromatic Colors of #BA64D0
Black with #BA64D0
Text Example
Text Example
White with #BA64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64D0; }
p { color: rgb(186,100,208); }
H1.HeaderClassName
{
color: #BA64D0;
}
.AnyTagClassName
{
color: #BA64D0;
}
</style>
background-color css
<style>
a { background-color: #BA64D0; }
a { background-color: rgb(186,100,208); }
div.DivClassName
{
background-color: #BA64D0;
}
.BgClassName
{
background-color: #BA64D0;
}
</style>
border-color css
<style>
span { border-color: #BA64D0; }
span { border-color: rgb(186,100,208); }
td.TdClassName
{
border-color: #BA64D0;
}
.TagClassName
{
border-color: #BA64D0;
}
</style>