Shades of Medium Orchid #BA57DD
Tints of Medium Orchid #BA57DD
RGB
CMYK
RGB Variations
Color information
#BA57DD (or 0xBA57DD) is known color: Medium Orchid. HEX triplet: BA, 57 and DD. RGB value is (186,87,221). Sum of RGB (Red+Green+Blue) = 186+87+221=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DD is #45A822. Grayscale: #838383. Windows color (decimal): -4565027 or 14505914. OLE color: 14505914.
HSL color Cylindrical-coordinate representation of color #BA57DD: hue angle of 284.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA57DD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 87 | 221 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.13 |
| HSL | 284.33º | 0.66% | 0.6% | - |
| HSV(B) | 284.33º | 0.61% | 0.87% | - |
| XYZ | 36.71 | 22.48 | 70.81 | - |
| YUV | 131.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 221 | 0.16 | 0.61 | 0 | 0.13 | 284.33 | 0.66 | 0.6 |
| Hex | BA | 57 | DD | 10 | 3D | 0 | D | 11C | 42 | 3C |
| Octal | 272 | 127 | 335 | 20 | 75 | 0 | 15 | 434 | 102 | 74 |
| Binary | 10111010 | 1010111 | 11011101 | 10000 | 111101 | 0 | 1101 | 100011100 | 1000010 | 111100 |
Color Harmonies of #BA57DD
Complementary color
Monochromatic Colors of #BA57DD
Black with #BA57DD
Text Example
Text Example
White with #BA57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57DD; }
p { color: rgb(186,87,221); }
H1.HeaderClassName
{
color: #BA57DD;
}
.AnyTagClassName
{
color: #BA57DD;
}
</style>
background-color css
<style>
a { background-color: #BA57DD; }
a { background-color: rgb(186,87,221); }
div.DivClassName
{
background-color: #BA57DD;
}
.BgClassName
{
background-color: #BA57DD;
}
</style>
border-color css
<style>
span { border-color: #BA57DD; }
span { border-color: rgb(186,87,221); }
td.TdClassName
{
border-color: #BA57DD;
}
.TagClassName
{
border-color: #BA57DD;
}
</style>