Shades of Medium Orchid #BA57DC
Tints of Medium Orchid #BA57DC
RGB
CMYK
RGB Variations
Color information
#BA57DC (or 0xBA57DC) is known color: Medium Orchid. HEX triplet: BA, 57 and DC. RGB value is (186,87,220). Sum of RGB (Red+Green+Blue) = 186+87+220=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DC is #45A823. Grayscale: #838383. Windows color (decimal): -4565028 or 14440378. OLE color: 14440378.
HSL color Cylindrical-coordinate representation of color #BA57DC: hue angle of 284.66º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA57DC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 87 | 220 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.14 |
| HSL | 284.66º | 0.66% | 0.6% | - |
| HSV(B) | 284.66º | 0.6% | 0.86% | - |
| XYZ | 36.58 | 22.42 | 70.11 | - |
| YUV | 131.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 220 | 0.15 | 0.60 | 0 | 0.14 | 284.66 | 0.66 | 0.6 |
| Hex | BA | 57 | DC | F | 3C | 0 | E | 11D | 42 | 3C |
| Octal | 272 | 127 | 334 | 17 | 74 | 0 | 16 | 435 | 102 | 74 |
| Binary | 10111010 | 1010111 | 11011100 | 1111 | 111100 | 0 | 1110 | 100011101 | 1000010 | 111100 |
Color Harmonies of #BA57DC
Complementary color
Monochromatic Colors of #BA57DC
Black with #BA57DC
Text Example
Text Example
White with #BA57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57DC; }
p { color: rgb(186,87,220); }
H1.HeaderClassName
{
color: #BA57DC;
}
.AnyTagClassName
{
color: #BA57DC;
}
</style>
background-color css
<style>
a { background-color: #BA57DC; }
a { background-color: rgb(186,87,220); }
div.DivClassName
{
background-color: #BA57DC;
}
.BgClassName
{
background-color: #BA57DC;
}
</style>
border-color css
<style>
span { border-color: #BA57DC; }
span { border-color: rgb(186,87,220); }
td.TdClassName
{
border-color: #BA57DC;
}
.TagClassName
{
border-color: #BA57DC;
}
</style>