Shades of Medium Orchid #BA53D6
Tints of Medium Orchid #BA53D6
RGB
CMYK
RGB Variations
Color information
#BA53D6 (or 0xBA53D6) is known color: Medium Orchid. HEX triplet: BA, 53 and D6. RGB value is (186,83,214). Sum of RGB (Red+Green+Blue) = 186+83+214=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA53D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53D6 is #45AC29. Grayscale: #808080. Windows color (decimal): -4566058 or 14046138. OLE color: 14046138.
HSL color Cylindrical-coordinate representation of color #BA53D6: hue angle of 287.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA53D6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 83 | 214 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.16 |
| HSL | 287.18º | 0.62% | 0.58% | - |
| HSV(B) | 287.18º | 0.61% | 0.84% | - |
| XYZ | 35.48 | 21.48 | 65.89 | - |
| YUV | 128.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 214 | 0.13 | 0.61 | 0 | 0.16 | 287.18 | 0.62 | 0.58 |
| Hex | BA | 53 | D6 | D | 3D | 0 | 10 | 11F | 3E | 3A |
| Octal | 272 | 123 | 326 | 15 | 75 | 0 | 20 | 437 | 76 | 72 |
| Binary | 10111010 | 1010011 | 11010110 | 1101 | 111101 | 0 | 10000 | 100011111 | 111110 | 111010 |
Color Harmonies of #BA53D6
Complementary color
Monochromatic Colors of #BA53D6
Black with #BA53D6
Text Example
Text Example
White with #BA53D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53D6; }
p { color: rgb(186,83,214); }
H1.HeaderClassName
{
color: #BA53D6;
}
.AnyTagClassName
{
color: #BA53D6;
}
</style>
background-color css
<style>
a { background-color: #BA53D6; }
a { background-color: rgb(186,83,214); }
div.DivClassName
{
background-color: #BA53D6;
}
.BgClassName
{
background-color: #BA53D6;
}
</style>
border-color css
<style>
span { border-color: #BA53D6; }
span { border-color: rgb(186,83,214); }
td.TdClassName
{
border-color: #BA53D6;
}
.TagClassName
{
border-color: #BA53D6;
}
</style>