Shades of Medium Orchid #BA53E8
Tints of Medium Orchid #BA53E8
RGB
CMYK
RGB Variations
Color information
#BA53E8 (or 0xBA53E8) is known color: Medium Orchid. HEX triplet: BA, 53 and E8. RGB value is (186,83,232). Sum of RGB (Red+Green+Blue) = 186+83+232=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53E8 is #45AC17. Grayscale: #828282. Windows color (decimal): -4566040 or 15225786. OLE color: 15225786.
HSL color Cylindrical-coordinate representation of color #BA53E8: hue angle of 281.48º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA53E8 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 83 | 232 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.09 |
| HSL | 281.48º | 0.76% | 0.62% | - |
| HSV(B) | 281.48º | 0.64% | 0.91% | - |
| XYZ | 37.91 | 22.45 | 78.68 | - |
| YUV | 130.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 232 | 0.20 | 0.64 | 0 | 0.09 | 281.48 | 0.76 | 0.62 |
| Hex | BA | 53 | E8 | 14 | 40 | 0 | 9 | 119 | 4C | 3E |
| Octal | 272 | 123 | 350 | 24 | 100 | 0 | 11 | 431 | 114 | 76 |
| Binary | 10111010 | 1010011 | 11101000 | 10100 | 1000000 | 0 | 1001 | 100011001 | 1001100 | 111110 |
Color Harmonies of #BA53E8
Complementary color
Monochromatic Colors of #BA53E8
Black with #BA53E8
Text Example
Text Example
White with #BA53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53E8; }
p { color: rgb(186,83,232); }
H1.HeaderClassName
{
color: #BA53E8;
}
.AnyTagClassName
{
color: #BA53E8;
}
</style>
background-color css
<style>
a { background-color: #BA53E8; }
a { background-color: rgb(186,83,232); }
div.DivClassName
{
background-color: #BA53E8;
}
.BgClassName
{
background-color: #BA53E8;
}
</style>
border-color css
<style>
span { border-color: #BA53E8; }
span { border-color: rgb(186,83,232); }
td.TdClassName
{
border-color: #BA53E8;
}
.TagClassName
{
border-color: #BA53E8;
}
</style>