Shades of Medium Orchid #BA57CD
Tints of Medium Orchid #BA57CD
RGB
CMYK
RGB Variations
Color information
#BA57CD (or 0xBA57CD) is known color: Medium Orchid. HEX triplet: BA, 57 and CD. RGB value is (186,87,205). Sum of RGB (Red+Green+Blue) = 186+87+205=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA57CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CD is #45A832. Grayscale: #818181. Windows color (decimal): -4565043 or 13457338. OLE color: 13457338.
HSL color Cylindrical-coordinate representation of color #BA57CD: hue angle of 290.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA57CD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 87 | 205 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.20 |
| HSL | 290.34º | 0.54% | 0.57% | - |
| HSV(B) | 290.34º | 0.58% | 0.8% | - |
| XYZ | 34.68 | 21.66 | 60.11 | - |
| YUV | 130.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 205 | 0.09 | 0.58 | 0 | 0.20 | 290.34 | 0.54 | 0.57 |
| Hex | BA | 57 | CD | 9 | 3A | 0 | 14 | 122 | 36 | 39 |
| Octal | 272 | 127 | 315 | 11 | 72 | 0 | 24 | 442 | 66 | 71 |
| Binary | 10111010 | 1010111 | 11001101 | 1001 | 111010 | 0 | 10100 | 100100010 | 110110 | 111001 |
Color Harmonies of #BA57CD
Complementary color
Monochromatic Colors of #BA57CD
Black with #BA57CD
Text Example
Text Example
White with #BA57CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57CD; }
p { color: rgb(186,87,205); }
H1.HeaderClassName
{
color: #BA57CD;
}
.AnyTagClassName
{
color: #BA57CD;
}
</style>
background-color css
<style>
a { background-color: #BA57CD; }
a { background-color: rgb(186,87,205); }
div.DivClassName
{
background-color: #BA57CD;
}
.BgClassName
{
background-color: #BA57CD;
}
</style>
border-color css
<style>
span { border-color: #BA57CD; }
span { border-color: rgb(186,87,205); }
td.TdClassName
{
border-color: #BA57CD;
}
.TagClassName
{
border-color: #BA57CD;
}
</style>