Shades of Medium Orchid #BA5FF1
Tints of Medium Orchid #BA5FF1
RGB
CMYK
RGB Variations
Color information
#BA5FF1 (or 0xBA5FF1) is known color: Medium Orchid. HEX triplet: BA, 5F and F1. RGB value is (186,95,241). Sum of RGB (Red+Green+Blue) = 186+95+241=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA5FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FF1 is #45A00E. Grayscale: #8A8A8A. Windows color (decimal): -4562959 or 15818682. OLE color: 15818682.
HSL color Cylindrical-coordinate representation of color #BA5FF1: hue angle of 277.4º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5FF1 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 95 | 241 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.05 |
| HSL | 277.4º | 0.84% | 0.66% | - |
| HSV(B) | 277.4º | 0.61% | 0.95% | - |
| XYZ | 40.22 | 24.97 | 85.92 | - |
| YUV | 138.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 241 | 0.23 | 0.61 | 0 | 0.05 | 277.4 | 0.84 | 0.66 |
| Hex | BA | 5F | F1 | 17 | 3D | 0 | 5 | 115 | 54 | 42 |
| Octal | 272 | 137 | 361 | 27 | 75 | 0 | 5 | 425 | 124 | 102 |
| Binary | 10111010 | 1011111 | 11110001 | 10111 | 111101 | 0 | 101 | 100010101 | 1010100 | 1000010 |
Color Harmonies of #BA5FF1
Complementary color
Monochromatic Colors of #BA5FF1
Black with #BA5FF1
Text Example
Text Example
White with #BA5FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FF1; }
p { color: rgb(186,95,241); }
H1.HeaderClassName
{
color: #BA5FF1;
}
.AnyTagClassName
{
color: #BA5FF1;
}
</style>
background-color css
<style>
a { background-color: #BA5FF1; }
a { background-color: rgb(186,95,241); }
div.DivClassName
{
background-color: #BA5FF1;
}
.BgClassName
{
background-color: #BA5FF1;
}
</style>
border-color css
<style>
span { border-color: #BA5FF1; }
span { border-color: rgb(186,95,241); }
td.TdClassName
{
border-color: #BA5FF1;
}
.TagClassName
{
border-color: #BA5FF1;
}
</style>