Shades of Medium Orchid #BA5EF6
Tints of Medium Orchid #BA5EF6
RGB
CMYK
RGB Variations
Color information
#BA5EF6 (or 0xBA5EF6) is known color: Medium Orchid. HEX triplet: BA, 5E and F6. RGB value is (186,94,246). Sum of RGB (Red+Green+Blue) = 186+94+246=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA5EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EF6 is #45A109. Grayscale: #8A8A8A. Windows color (decimal): -4563210 or 16146106. OLE color: 16146106.
HSL color Cylindrical-coordinate representation of color #BA5EF6: hue angle of 276.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5EF6 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 94 | 246 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.04 |
| HSL | 276.32º | 0.89% | 0.67% | - |
| HSV(B) | 276.32º | 0.62% | 0.96% | - |
| XYZ | 40.89 | 25.1 | 89.88 | - |
| YUV | 138.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 246 | 0.24 | 0.62 | 0 | 0.04 | 276.32 | 0.89 | 0.67 |
| Hex | BA | 5E | F6 | 18 | 3E | 0 | 4 | 114 | 59 | 43 |
| Octal | 272 | 136 | 366 | 30 | 76 | 0 | 4 | 424 | 131 | 103 |
| Binary | 10111010 | 1011110 | 11110110 | 11000 | 111110 | 0 | 100 | 100010100 | 1011001 | 1000011 |
Color Harmonies of #BA5EF6
Complementary color
Monochromatic Colors of #BA5EF6
Black with #BA5EF6
Text Example
Text Example
White with #BA5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EF6; }
p { color: rgb(186,94,246); }
H1.HeaderClassName
{
color: #BA5EF6;
}
.AnyTagClassName
{
color: #BA5EF6;
}
</style>
background-color css
<style>
a { background-color: #BA5EF6; }
a { background-color: rgb(186,94,246); }
div.DivClassName
{
background-color: #BA5EF6;
}
.BgClassName
{
background-color: #BA5EF6;
}
</style>
border-color css
<style>
span { border-color: #BA5EF6; }
span { border-color: rgb(186,94,246); }
td.TdClassName
{
border-color: #BA5EF6;
}
.TagClassName
{
border-color: #BA5EF6;
}
</style>