Shades of Medium Orchid #BA57CC
Tints of Medium Orchid #BA57CC
RGB
CMYK
RGB Variations
Color information
#BA57CC (or 0xBA57CC) is known color: Medium Orchid. HEX triplet: BA, 57 and CC. RGB value is (186,87,204). Sum of RGB (Red+Green+Blue) = 186+87+204=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA57CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CC is #45A833. Grayscale: #818181. Windows color (decimal): -4565044 or 13391802. OLE color: 13391802.
HSL color Cylindrical-coordinate representation of color #BA57CC: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA57CC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 87 | 204 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.2 |
| HSL | 290.77º | 0.53% | 0.57% | - |
| HSV(B) | 290.77º | 0.57% | 0.8% | - |
| XYZ | 34.56 | 21.62 | 59.48 | - |
| YUV | 129.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 204 | 0.09 | 0.57 | 0 | 0.2 | 290.77 | 0.53 | 0.57 |
| Hex | BA | 57 | CC | 9 | 39 | 0 | 14 | 123 | 35 | 39 |
| Octal | 272 | 127 | 314 | 11 | 71 | 0 | 24 | 443 | 65 | 71 |
| Binary | 10111010 | 1010111 | 11001100 | 1001 | 111001 | 0 | 10100 | 100100011 | 110101 | 111001 |
Color Harmonies of #BA57CC
Complementary color
Monochromatic Colors of #BA57CC
Black with #BA57CC
Text Example
Text Example
White with #BA57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57CC; }
p { color: rgb(186,87,204); }
H1.HeaderClassName
{
color: #BA57CC;
}
.AnyTagClassName
{
color: #BA57CC;
}
</style>
background-color css
<style>
a { background-color: #BA57CC; }
a { background-color: rgb(186,87,204); }
div.DivClassName
{
background-color: #BA57CC;
}
.BgClassName
{
background-color: #BA57CC;
}
</style>
border-color css
<style>
span { border-color: #BA57CC; }
span { border-color: rgb(186,87,204); }
td.TdClassName
{
border-color: #BA57CC;
}
.TagClassName
{
border-color: #BA57CC;
}
</style>