Shades of Medium Orchid #BA57CF
Tints of Medium Orchid #BA57CF
RGB
CMYK
RGB Variations
Color information
#BA57CF (or 0xBA57CF) is known color: Medium Orchid. HEX triplet: BA, 57 and CF. RGB value is (186,87,207). Sum of RGB (Red+Green+Blue) = 186+87+207=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CF is #45A830. Grayscale: #818181. Windows color (decimal): -4565041 or 13588410. OLE color: 13588410.
HSL color Cylindrical-coordinate representation of color #BA57CF: hue angle of 289.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA57CF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 87 | 207 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.19 |
| HSL | 289.5º | 0.56% | 0.58% | - |
| HSV(B) | 289.5º | 0.58% | 0.81% | - |
| XYZ | 34.92 | 21.76 | 61.39 | - |
| YUV | 130.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 207 | 0.10 | 0.58 | 0 | 0.19 | 289.5 | 0.56 | 0.58 |
| Hex | BA | 57 | CF | A | 3A | 0 | 13 | 122 | 38 | 3A |
| Octal | 272 | 127 | 317 | 12 | 72 | 0 | 23 | 442 | 70 | 72 |
| Binary | 10111010 | 1010111 | 11001111 | 1010 | 111010 | 0 | 10011 | 100100010 | 111000 | 111010 |
Color Harmonies of #BA57CF
Complementary color
Monochromatic Colors of #BA57CF
Black with #BA57CF
Text Example
Text Example
White with #BA57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57CF; }
p { color: rgb(186,87,207); }
H1.HeaderClassName
{
color: #BA57CF;
}
.AnyTagClassName
{
color: #BA57CF;
}
</style>
background-color css
<style>
a { background-color: #BA57CF; }
a { background-color: rgb(186,87,207); }
div.DivClassName
{
background-color: #BA57CF;
}
.BgClassName
{
background-color: #BA57CF;
}
</style>
border-color css
<style>
span { border-color: #BA57CF; }
span { border-color: rgb(186,87,207); }
td.TdClassName
{
border-color: #BA57CF;
}
.TagClassName
{
border-color: #BA57CF;
}
</style>