Shades of Medium Orchid #BA57DF
Tints of Medium Orchid #BA57DF
RGB
CMYK
RGB Variations
Color information
#BA57DF (or 0xBA57DF) is known color: Medium Orchid. HEX triplet: BA, 57 and DF. RGB value is (186,87,223). Sum of RGB (Red+Green+Blue) = 186+87+223=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DF is #45A820. Grayscale: #838383. Windows color (decimal): -4565025 or 14636986. OLE color: 14636986.
HSL color Cylindrical-coordinate representation of color #BA57DF: hue angle of 283.68º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA57DF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 87 | 223 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.13 |
| HSL | 283.68º | 0.68% | 0.61% | - |
| HSV(B) | 283.68º | 0.61% | 0.87% | - |
| XYZ | 36.98 | 22.58 | 72.22 | - |
| YUV | 132.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 223 | 0.17 | 0.61 | 0 | 0.13 | 283.68 | 0.68 | 0.61 |
| Hex | BA | 57 | DF | 11 | 3D | 0 | D | 11C | 44 | 3D |
| Octal | 272 | 127 | 337 | 21 | 75 | 0 | 15 | 434 | 104 | 75 |
| Binary | 10111010 | 1010111 | 11011111 | 10001 | 111101 | 0 | 1101 | 100011100 | 1000100 | 111101 |
Color Harmonies of #BA57DF
Complementary color
Monochromatic Colors of #BA57DF
Black with #BA57DF
Text Example
Text Example
White with #BA57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57DF; }
p { color: rgb(186,87,223); }
H1.HeaderClassName
{
color: #BA57DF;
}
.AnyTagClassName
{
color: #BA57DF;
}
</style>
background-color css
<style>
a { background-color: #BA57DF; }
a { background-color: rgb(186,87,223); }
div.DivClassName
{
background-color: #BA57DF;
}
.BgClassName
{
background-color: #BA57DF;
}
</style>
border-color css
<style>
span { border-color: #BA57DF; }
span { border-color: rgb(186,87,223); }
td.TdClassName
{
border-color: #BA57DF;
}
.TagClassName
{
border-color: #BA57DF;
}
</style>