Shades of Medium Orchid #BA63D1
Tints of Medium Orchid #BA63D1
RGB
CMYK
RGB Variations
Color information
#BA63D1 (or 0xBA63D1) is known color: Medium Orchid. HEX triplet: BA, 63 and D1. RGB value is (186,99,209). Sum of RGB (Red+Green+Blue) = 186+99+209=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63D1 is #459C2E. Grayscale: #898989. Windows color (decimal): -4561967 or 13722554. OLE color: 13722554.
HSL color Cylindrical-coordinate representation of color #BA63D1: hue angle of 287.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA63D1 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 99 | 209 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.18 |
| HSL | 287.45º | 0.54% | 0.6% | - |
| HSV(B) | 287.45º | 0.53% | 0.82% | - |
| XYZ | 36.22 | 23.97 | 63.04 | - |
| YUV | 137.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 209 | 0.11 | 0.53 | 0 | 0.18 | 287.45 | 0.54 | 0.6 |
| Hex | BA | 63 | D1 | B | 35 | 0 | 12 | 11F | 36 | 3C |
| Octal | 272 | 143 | 321 | 13 | 65 | 0 | 22 | 437 | 66 | 74 |
| Binary | 10111010 | 1100011 | 11010001 | 1011 | 110101 | 0 | 10010 | 100011111 | 110110 | 111100 |
Color Harmonies of #BA63D1
Complementary color
Monochromatic Colors of #BA63D1
Black with #BA63D1
Text Example
Text Example
White with #BA63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63D1; }
p { color: rgb(186,99,209); }
H1.HeaderClassName
{
color: #BA63D1;
}
.AnyTagClassName
{
color: #BA63D1;
}
</style>
background-color css
<style>
a { background-color: #BA63D1; }
a { background-color: rgb(186,99,209); }
div.DivClassName
{
background-color: #BA63D1;
}
.BgClassName
{
background-color: #BA63D1;
}
</style>
border-color css
<style>
span { border-color: #BA63D1; }
span { border-color: rgb(186,99,209); }
td.TdClassName
{
border-color: #BA63D1;
}
.TagClassName
{
border-color: #BA63D1;
}
</style>