Shades of Medium Orchid #BA5EF5
Tints of Medium Orchid #BA5EF5
RGB
CMYK
RGB Variations
Color information
#BA5EF5 (or 0xBA5EF5) is known color: Medium Orchid. HEX triplet: BA, 5E and F5. RGB value is (186,94,245). Sum of RGB (Red+Green+Blue) = 186+94+245=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA5EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EF5 is #45A10A. Grayscale: #8A8A8A. Windows color (decimal): -4563211 or 16080570. OLE color: 16080570.
HSL color Cylindrical-coordinate representation of color #BA5EF5: hue angle of 276.56º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5EF5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 94 | 245 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.04 |
| HSL | 276.56º | 0.88% | 0.66% | - |
| HSV(B) | 276.56º | 0.62% | 0.96% | - |
| XYZ | 40.73 | 25.04 | 89.07 | - |
| YUV | 138.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 245 | 0.24 | 0.62 | 0 | 0.04 | 276.56 | 0.88 | 0.66 |
| Hex | BA | 5E | F5 | 18 | 3E | 0 | 4 | 115 | 58 | 42 |
| Octal | 272 | 136 | 365 | 30 | 76 | 0 | 4 | 425 | 130 | 102 |
| Binary | 10111010 | 1011110 | 11110101 | 11000 | 111110 | 0 | 100 | 100010101 | 1011000 | 1000010 |
Color Harmonies of #BA5EF5
Complementary color
Monochromatic Colors of #BA5EF5
Black with #BA5EF5
Text Example
Text Example
White with #BA5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EF5; }
p { color: rgb(186,94,245); }
H1.HeaderClassName
{
color: #BA5EF5;
}
.AnyTagClassName
{
color: #BA5EF5;
}
</style>
background-color css
<style>
a { background-color: #BA5EF5; }
a { background-color: rgb(186,94,245); }
div.DivClassName
{
background-color: #BA5EF5;
}
.BgClassName
{
background-color: #BA5EF5;
}
</style>
border-color css
<style>
span { border-color: #BA5EF5; }
span { border-color: rgb(186,94,245); }
td.TdClassName
{
border-color: #BA5EF5;
}
.TagClassName
{
border-color: #BA5EF5;
}
</style>