Shades of Medium Orchid #BA5BF1
Tints of Medium Orchid #BA5BF1
RGB
CMYK
RGB Variations
Color information
#BA5BF1 (or 0xBA5BF1) is known color: Medium Orchid. HEX triplet: BA, 5B and F1. RGB value is (186,91,241). Sum of RGB (Red+Green+Blue) = 186+91+241=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA5BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BF1 is #45A40E. Grayscale: #888888. Windows color (decimal): -4563983 or 15817658. OLE color: 15817658.
HSL color Cylindrical-coordinate representation of color #BA5BF1: hue angle of 278º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5BF1 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 91 | 241 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.05 |
| HSL | 278º | 0.84% | 0.65% | - |
| HSV(B) | 278º | 0.62% | 0.95% | - |
| XYZ | 39.87 | 24.27 | 85.8 | - |
| YUV | 136.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 241 | 0.23 | 0.62 | 0 | 0.05 | 278 | 0.84 | 0.65 |
| Hex | BA | 5B | F1 | 17 | 3E | 0 | 5 | 116 | 54 | 41 |
| Octal | 272 | 133 | 361 | 27 | 76 | 0 | 5 | 426 | 124 | 101 |
| Binary | 10111010 | 1011011 | 11110001 | 10111 | 111110 | 0 | 101 | 100010110 | 1010100 | 1000001 |
Color Harmonies of #BA5BF1
Complementary color
Monochromatic Colors of #BA5BF1
Black with #BA5BF1
Text Example
Text Example
White with #BA5BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BF1; }
p { color: rgb(186,91,241); }
H1.HeaderClassName
{
color: #BA5BF1;
}
.AnyTagClassName
{
color: #BA5BF1;
}
</style>
background-color css
<style>
a { background-color: #BA5BF1; }
a { background-color: rgb(186,91,241); }
div.DivClassName
{
background-color: #BA5BF1;
}
.BgClassName
{
background-color: #BA5BF1;
}
</style>
border-color css
<style>
span { border-color: #BA5BF1; }
span { border-color: rgb(186,91,241); }
td.TdClassName
{
border-color: #BA5BF1;
}
.TagClassName
{
border-color: #BA5BF1;
}
</style>