Shades of Medium Orchid #BA57D6
Tints of Medium Orchid #BA57D6
RGB
CMYK
RGB Variations
Color information
#BA57D6 (or 0xBA57D6) is known color: Medium Orchid. HEX triplet: BA, 57 and D6. RGB value is (186,87,214). Sum of RGB (Red+Green+Blue) = 186+87+214=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA57D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57D6 is #45A829. Grayscale: #828282. Windows color (decimal): -4565034 or 14047162. OLE color: 14047162.
HSL color Cylindrical-coordinate representation of color #BA57D6: hue angle of 286.77º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA57D6 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 87 | 214 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.16 |
| HSL | 286.77º | 0.61% | 0.59% | - |
| HSV(B) | 286.77º | 0.59% | 0.84% | - |
| XYZ | 35.8 | 22.11 | 66 | - |
| YUV | 131.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 214 | 0.13 | 0.59 | 0 | 0.16 | 286.77 | 0.61 | 0.59 |
| Hex | BA | 57 | D6 | D | 3B | 0 | 10 | 11F | 3D | 3B |
| Octal | 272 | 127 | 326 | 15 | 73 | 0 | 20 | 437 | 75 | 73 |
| Binary | 10111010 | 1010111 | 11010110 | 1101 | 111011 | 0 | 10000 | 100011111 | 111101 | 111011 |
Color Harmonies of #BA57D6
Complementary color
Monochromatic Colors of #BA57D6
Black with #BA57D6
Text Example
Text Example
White with #BA57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57D6; }
p { color: rgb(186,87,214); }
H1.HeaderClassName
{
color: #BA57D6;
}
.AnyTagClassName
{
color: #BA57D6;
}
</style>
background-color css
<style>
a { background-color: #BA57D6; }
a { background-color: rgb(186,87,214); }
div.DivClassName
{
background-color: #BA57D6;
}
.BgClassName
{
background-color: #BA57D6;
}
</style>
border-color css
<style>
span { border-color: #BA57D6; }
span { border-color: rgb(186,87,214); }
td.TdClassName
{
border-color: #BA57D6;
}
.TagClassName
{
border-color: #BA57D6;
}
</style>