Shades of Medium Orchid #BA63CF
Tints of Medium Orchid #BA63CF
RGB
CMYK
RGB Variations
Color information
#BA63CF (or 0xBA63CF) is known color: Medium Orchid. HEX triplet: BA, 63 and CF. RGB value is (186,99,207). Sum of RGB (Red+Green+Blue) = 186+99+207=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CF is #459C30. Grayscale: #888888. Windows color (decimal): -4561969 or 13591482. OLE color: 13591482.
HSL color Cylindrical-coordinate representation of color #BA63CF: hue angle of 288.33º 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 #BA63CF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 99 | 207 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.19 |
| HSL | 288.33º | 0.53% | 0.6% | - |
| HSV(B) | 288.33º | 0.52% | 0.81% | - |
| XYZ | 35.97 | 23.87 | 61.74 | - |
| YUV | 137.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 207 | 0.10 | 0.52 | 0 | 0.19 | 288.33 | 0.53 | 0.6 |
| Hex | BA | 63 | CF | A | 34 | 0 | 13 | 120 | 35 | 3C |
| Octal | 272 | 143 | 317 | 12 | 64 | 0 | 23 | 440 | 65 | 74 |
| Binary | 10111010 | 1100011 | 11001111 | 1010 | 110100 | 0 | 10011 | 100100000 | 110101 | 111100 |
Color Harmonies of #BA63CF
Complementary color
Monochromatic Colors of #BA63CF
Black with #BA63CF
Text Example
Text Example
White with #BA63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63CF; }
p { color: rgb(186,99,207); }
H1.HeaderClassName
{
color: #BA63CF;
}
.AnyTagClassName
{
color: #BA63CF;
}
</style>
background-color css
<style>
a { background-color: #BA63CF; }
a { background-color: rgb(186,99,207); }
div.DivClassName
{
background-color: #BA63CF;
}
.BgClassName
{
background-color: #BA63CF;
}
</style>
border-color css
<style>
span { border-color: #BA63CF; }
span { border-color: rgb(186,99,207); }
td.TdClassName
{
border-color: #BA63CF;
}
.TagClassName
{
border-color: #BA63CF;
}
</style>