Shades of Medium Orchid #BA53DE
Tints of Medium Orchid #BA53DE
RGB
CMYK
RGB Variations
Color information
#BA53DE (or 0xBA53DE) is known color: Medium Orchid. HEX triplet: BA, 53 and DE. RGB value is (186,83,222). Sum of RGB (Red+Green+Blue) = 186+83+222=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53DE is #45AC21. Grayscale: #818181. Windows color (decimal): -4566050 or 14570426. OLE color: 14570426.
HSL color Cylindrical-coordinate representation of color #BA53DE: hue angle of 284.46º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA53DE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 83 | 222 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 284.46º | 0.68% | 0.6% | - |
| HSV(B) | 284.46º | 0.63% | 0.87% | - |
| XYZ | 36.53 | 21.9 | 71.41 | - |
| YUV | 129.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 222 | 0.16 | 0.63 | 0 | 0.13 | 284.46 | 0.68 | 0.6 |
| Hex | BA | 53 | DE | 10 | 3F | 0 | D | 11C | 44 | 3C |
| Octal | 272 | 123 | 336 | 20 | 77 | 0 | 15 | 434 | 104 | 74 |
| Binary | 10111010 | 1010011 | 11011110 | 10000 | 111111 | 0 | 1101 | 100011100 | 1000100 | 111100 |
Color Harmonies of #BA53DE
Complementary color
Monochromatic Colors of #BA53DE
Black with #BA53DE
Text Example
Text Example
White with #BA53DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53DE; }
p { color: rgb(186,83,222); }
H1.HeaderClassName
{
color: #BA53DE;
}
.AnyTagClassName
{
color: #BA53DE;
}
</style>
background-color css
<style>
a { background-color: #BA53DE; }
a { background-color: rgb(186,83,222); }
div.DivClassName
{
background-color: #BA53DE;
}
.BgClassName
{
background-color: #BA53DE;
}
</style>
border-color css
<style>
span { border-color: #BA53DE; }
span { border-color: rgb(186,83,222); }
td.TdClassName
{
border-color: #BA53DE;
}
.TagClassName
{
border-color: #BA53DE;
}
</style>