Shades of Medium Orchid #BA5FF5
Tints of Medium Orchid #BA5FF5
RGB
CMYK
RGB Variations
Color information
#BA5FF5 (or 0xBA5FF5) is known color: Medium Orchid. HEX triplet: BA, 5F and F5. RGB value is (186,95,245). Sum of RGB (Red+Green+Blue) = 186+95+245=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA5FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FF5 is #45A00A. Grayscale: #8A8A8A. Windows color (decimal): -4562955 or 16080826. OLE color: 16080826.
HSL color Cylindrical-coordinate representation of color #BA5FF5: hue angle of 276.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5FF5 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 95 | 245 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.04 |
| HSL | 276.4º | 0.88% | 0.67% | - |
| HSV(B) | 276.4º | 0.61% | 0.96% | - |
| XYZ | 40.82 | 25.22 | 89.1 | - |
| YUV | 139.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 245 | 0.24 | 0.61 | 0 | 0.04 | 276.4 | 0.88 | 0.67 |
| Hex | BA | 5F | F5 | 18 | 3D | 0 | 4 | 114 | 58 | 43 |
| Octal | 272 | 137 | 365 | 30 | 75 | 0 | 4 | 424 | 130 | 103 |
| Binary | 10111010 | 1011111 | 11110101 | 11000 | 111101 | 0 | 100 | 100010100 | 1011000 | 1000011 |
Color Harmonies of #BA5FF5
Complementary color
Monochromatic Colors of #BA5FF5
Black with #BA5FF5
Text Example
Text Example
White with #BA5FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FF5; }
p { color: rgb(186,95,245); }
H1.HeaderClassName
{
color: #BA5FF5;
}
.AnyTagClassName
{
color: #BA5FF5;
}
</style>
background-color css
<style>
a { background-color: #BA5FF5; }
a { background-color: rgb(186,95,245); }
div.DivClassName
{
background-color: #BA5FF5;
}
.BgClassName
{
background-color: #BA5FF5;
}
</style>
border-color css
<style>
span { border-color: #BA5FF5; }
span { border-color: rgb(186,95,245); }
td.TdClassName
{
border-color: #BA5FF5;
}
.TagClassName
{
border-color: #BA5FF5;
}
</style>