Shades of Medium Orchid #BA63CE
Tints of Medium Orchid #BA63CE
RGB
CMYK
RGB Variations
Color information
#BA63CE (or 0xBA63CE) is known color: Medium Orchid. HEX triplet: BA, 63 and CE. RGB value is (186,99,206). Sum of RGB (Red+Green+Blue) = 186+99+206=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63CE is #459C31. Grayscale: #888888. Windows color (decimal): -4561970 or 13525946. OLE color: 13525946.
HSL color Cylindrical-coordinate representation of color #BA63CE: hue angle of 288.79º degrees, saturation: 0.52, 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 #BA63CE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 99 | 206 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.19 |
| HSL | 288.79º | 0.52% | 0.6% | - |
| HSV(B) | 288.79º | 0.52% | 0.81% | - |
| XYZ | 35.85 | 23.82 | 61.1 | - |
| YUV | 137.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 206 | 0.10 | 0.52 | 0 | 0.19 | 288.79 | 0.52 | 0.6 |
| Hex | BA | 63 | CE | A | 34 | 0 | 13 | 121 | 34 | 3C |
| Octal | 272 | 143 | 316 | 12 | 64 | 0 | 23 | 441 | 64 | 74 |
| Binary | 10111010 | 1100011 | 11001110 | 1010 | 110100 | 0 | 10011 | 100100001 | 110100 | 111100 |
Color Harmonies of #BA63CE
Complementary color
Monochromatic Colors of #BA63CE
Black with #BA63CE
Text Example
Text Example
White with #BA63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63CE; }
p { color: rgb(186,99,206); }
H1.HeaderClassName
{
color: #BA63CE;
}
.AnyTagClassName
{
color: #BA63CE;
}
</style>
background-color css
<style>
a { background-color: #BA63CE; }
a { background-color: rgb(186,99,206); }
div.DivClassName
{
background-color: #BA63CE;
}
.BgClassName
{
background-color: #BA63CE;
}
</style>
border-color css
<style>
span { border-color: #BA63CE; }
span { border-color: rgb(186,99,206); }
td.TdClassName
{
border-color: #BA63CE;
}
.TagClassName
{
border-color: #BA63CE;
}
</style>