Shades of Medium Orchid #BA64CF
Tints of Medium Orchid #BA64CF
RGB
CMYK
RGB Variations
Color information
#BA64CF (or 0xBA64CF) is known color: Medium Orchid. HEX triplet: BA, 64 and CF. RGB value is (186,100,207). Sum of RGB (Red+Green+Blue) = 186+100+207=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CF is #459B30. Grayscale: #898989. Windows color (decimal): -4561713 or 13591738. OLE color: 13591738.
HSL color Cylindrical-coordinate representation of color #BA64CF: hue angle of 288.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA64CF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 100 | 207 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.19 |
| HSL | 288.22º | 0.53% | 0.6% | - |
| HSV(B) | 288.22º | 0.52% | 0.81% | - |
| XYZ | 36.07 | 24.06 | 61.77 | - |
| YUV | 137.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 207 | 0.10 | 0.52 | 0 | 0.19 | 288.22 | 0.53 | 0.6 |
| Hex | BA | 64 | CF | A | 34 | 0 | 13 | 120 | 35 | 3C |
| Octal | 272 | 144 | 317 | 12 | 64 | 0 | 23 | 440 | 65 | 74 |
| Binary | 10111010 | 1100100 | 11001111 | 1010 | 110100 | 0 | 10011 | 100100000 | 110101 | 111100 |
Color Harmonies of #BA64CF
Complementary color
Monochromatic Colors of #BA64CF
Black with #BA64CF
Text Example
Text Example
White with #BA64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64CF; }
p { color: rgb(186,100,207); }
H1.HeaderClassName
{
color: #BA64CF;
}
.AnyTagClassName
{
color: #BA64CF;
}
</style>
background-color css
<style>
a { background-color: #BA64CF; }
a { background-color: rgb(186,100,207); }
div.DivClassName
{
background-color: #BA64CF;
}
.BgClassName
{
background-color: #BA64CF;
}
</style>
border-color css
<style>
span { border-color: #BA64CF; }
span { border-color: rgb(186,100,207); }
td.TdClassName
{
border-color: #BA64CF;
}
.TagClassName
{
border-color: #BA64CF;
}
</style>