Shades of Medium Orchid #BA5BF3
Tints of Medium Orchid #BA5BF3
RGB
CMYK
RGB Variations
Color information
#BA5BF3 (or 0xBA5BF3) is known color: Medium Orchid. HEX triplet: BA, 5B and F3. RGB value is (186,91,243). Sum of RGB (Red+Green+Blue) = 186+91+243=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA5BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BF3 is #45A40C. Grayscale: #888888. Windows color (decimal): -4563981 or 15948730. OLE color: 15948730.
HSL color Cylindrical-coordinate representation of color #BA5BF3: hue angle of 277.5º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5BF3 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 91 | 243 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.05 |
| HSL | 277.5º | 0.86% | 0.65% | - |
| HSV(B) | 277.5º | 0.63% | 0.95% | - |
| XYZ | 40.17 | 24.39 | 87.39 | - |
| YUV | 136.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 243 | 0.23 | 0.63 | 0 | 0.05 | 277.5 | 0.86 | 0.65 |
| Hex | BA | 5B | F3 | 17 | 3F | 0 | 5 | 116 | 56 | 41 |
| Octal | 272 | 133 | 363 | 27 | 77 | 0 | 5 | 426 | 126 | 101 |
| Binary | 10111010 | 1011011 | 11110011 | 10111 | 111111 | 0 | 101 | 100010110 | 1010110 | 1000001 |
Color Harmonies of #BA5BF3
Complementary color
Monochromatic Colors of #BA5BF3
Black with #BA5BF3
Text Example
Text Example
White with #BA5BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BF3; }
p { color: rgb(186,91,243); }
H1.HeaderClassName
{
color: #BA5BF3;
}
.AnyTagClassName
{
color: #BA5BF3;
}
</style>
background-color css
<style>
a { background-color: #BA5BF3; }
a { background-color: rgb(186,91,243); }
div.DivClassName
{
background-color: #BA5BF3;
}
.BgClassName
{
background-color: #BA5BF3;
}
</style>
border-color css
<style>
span { border-color: #BA5BF3; }
span { border-color: rgb(186,91,243); }
td.TdClassName
{
border-color: #BA5BF3;
}
.TagClassName
{
border-color: #BA5BF3;
}
</style>