Shades of Medium Orchid #BA5FF0
Tints of Medium Orchid #BA5FF0
RGB
CMYK
RGB Variations
Color information
#BA5FF0 (or 0xBA5FF0) is known color: Medium Orchid. HEX triplet: BA, 5F and F0. RGB value is (186,95,240). Sum of RGB (Red+Green+Blue) = 186+95+240=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FF0 is #45A00F. Grayscale: #8A8A8A. Windows color (decimal): -4562960 or 15753146. OLE color: 15753146.
HSL color Cylindrical-coordinate representation of color #BA5FF0: hue angle of 277.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FF0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 95 | 240 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.06 |
| HSL | 277.66º | 0.83% | 0.66% | - |
| HSV(B) | 277.66º | 0.6% | 0.94% | - |
| XYZ | 40.07 | 24.91 | 85.14 | - |
| YUV | 138.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 240 | 0.22 | 0.60 | 0 | 0.06 | 277.66 | 0.83 | 0.66 |
| Hex | BA | 5F | F0 | 16 | 3C | 0 | 6 | 116 | 53 | 42 |
| Octal | 272 | 137 | 360 | 26 | 74 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111010 | 1011111 | 11110000 | 10110 | 111100 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BA5FF0
Complementary color
Monochromatic Colors of #BA5FF0
Black with #BA5FF0
Text Example
Text Example
White with #BA5FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FF0; }
p { color: rgb(186,95,240); }
H1.HeaderClassName
{
color: #BA5FF0;
}
.AnyTagClassName
{
color: #BA5FF0;
}
</style>
background-color css
<style>
a { background-color: #BA5FF0; }
a { background-color: rgb(186,95,240); }
div.DivClassName
{
background-color: #BA5FF0;
}
.BgClassName
{
background-color: #BA5FF0;
}
</style>
border-color css
<style>
span { border-color: #BA5FF0; }
span { border-color: rgb(186,95,240); }
td.TdClassName
{
border-color: #BA5FF0;
}
.TagClassName
{
border-color: #BA5FF0;
}
</style>