Shades of Medium Orchid #BA56F1
Tints of Medium Orchid #BA56F1
RGB
CMYK
RGB Variations
Color information
#BA56F1 (or 0xBA56F1) is known color: Medium Orchid. HEX triplet: BA, 56 and F1. RGB value is (186,86,241). Sum of RGB (Red+Green+Blue) = 186+86+241=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56F1 is #45A90E. Grayscale: #858585. Windows color (decimal): -4565263 or 15816378. OLE color: 15816378.
HSL color Cylindrical-coordinate representation of color #BA56F1: hue angle of 278.71º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA56F1 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 86 | 241 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.05 |
| HSL | 278.71º | 0.85% | 0.64% | - |
| HSV(B) | 278.71º | 0.64% | 0.95% | - |
| XYZ | 39.45 | 23.45 | 85.67 | - |
| YUV | 133.57 | 188.63 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 241 | 0.23 | 0.64 | 0 | 0.05 | 278.71 | 0.85 | 0.64 |
| Hex | BA | 56 | F1 | 17 | 40 | 0 | 5 | 117 | 55 | 40 |
| Octal | 272 | 126 | 361 | 27 | 100 | 0 | 5 | 427 | 125 | 100 |
| Binary | 10111010 | 1010110 | 11110001 | 10111 | 1000000 | 0 | 101 | 100010111 | 1010101 | 1000000 |
Color Harmonies of #BA56F1
Complementary color
Monochromatic Colors of #BA56F1
Black with #BA56F1
Text Example
Text Example
White with #BA56F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56F1; }
p { color: rgb(186,86,241); }
H1.HeaderClassName
{
color: #BA56F1;
}
.AnyTagClassName
{
color: #BA56F1;
}
</style>
background-color css
<style>
a { background-color: #BA56F1; }
a { background-color: rgb(186,86,241); }
div.DivClassName
{
background-color: #BA56F1;
}
.BgClassName
{
background-color: #BA56F1;
}
</style>
border-color css
<style>
span { border-color: #BA56F1; }
span { border-color: rgb(186,86,241); }
td.TdClassName
{
border-color: #BA56F1;
}
.TagClassName
{
border-color: #BA56F1;
}
</style>