Shades of Medium Orchid #BA53CF
Tints of Medium Orchid #BA53CF
RGB
CMYK
RGB Variations
Color information
#BA53CF (or 0xBA53CF) is known color: Medium Orchid. HEX triplet: BA, 53 and CF. RGB value is (186,83,207). Sum of RGB (Red+Green+Blue) = 186+83+207=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CF is #45AC30. Grayscale: #7F7F7F. Windows color (decimal): -4566065 or 13587386. OLE color: 13587386.
HSL color Cylindrical-coordinate representation of color #BA53CF: hue angle of 289.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA53CF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 83 | 207 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.19 |
| HSL | 289.84º | 0.56% | 0.57% | - |
| HSV(B) | 289.84º | 0.6% | 0.81% | - |
| XYZ | 34.61 | 21.13 | 61.29 | - |
| YUV | 127.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 207 | 0.10 | 0.60 | 0 | 0.19 | 289.84 | 0.56 | 0.57 |
| Hex | BA | 53 | CF | A | 3C | 0 | 13 | 122 | 38 | 39 |
| Octal | 272 | 123 | 317 | 12 | 74 | 0 | 23 | 442 | 70 | 71 |
| Binary | 10111010 | 1010011 | 11001111 | 1010 | 111100 | 0 | 10011 | 100100010 | 111000 | 111001 |
Color Harmonies of #BA53CF
Complementary color
Monochromatic Colors of #BA53CF
Black with #BA53CF
Text Example
Text Example
White with #BA53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53CF; }
p { color: rgb(186,83,207); }
H1.HeaderClassName
{
color: #BA53CF;
}
.AnyTagClassName
{
color: #BA53CF;
}
</style>
background-color css
<style>
a { background-color: #BA53CF; }
a { background-color: rgb(186,83,207); }
div.DivClassName
{
background-color: #BA53CF;
}
.BgClassName
{
background-color: #BA53CF;
}
</style>
border-color css
<style>
span { border-color: #BA53CF; }
span { border-color: rgb(186,83,207); }
td.TdClassName
{
border-color: #BA53CF;
}
.TagClassName
{
border-color: #BA53CF;
}
</style>