Shades of Medium Orchid #BA5FE7
Tints of Medium Orchid #BA5FE7
RGB
CMYK
RGB Variations
Color information
#BA5FE7 (or 0xBA5FE7) is known color: Medium Orchid. HEX triplet: BA, 5F and E7. RGB value is (186,95,231). Sum of RGB (Red+Green+Blue) = 186+95+231=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA5FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FE7 is #45A018. Grayscale: #898989. Windows color (decimal): -4562969 or 15163322. OLE color: 15163322.
HSL color Cylindrical-coordinate representation of color #BA5FE7: hue angle of 280.15º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5FE7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 95 | 231 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.09 |
| HSL | 280.15º | 0.74% | 0.64% | - |
| HSV(B) | 280.15º | 0.59% | 0.91% | - |
| XYZ | 38.77 | 24.39 | 78.27 | - |
| YUV | 137.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 231 | 0.19 | 0.59 | 0 | 0.09 | 280.15 | 0.74 | 0.64 |
| Hex | BA | 5F | E7 | 13 | 3B | 0 | 9 | 118 | 4A | 40 |
| Octal | 272 | 137 | 347 | 23 | 73 | 0 | 11 | 430 | 112 | 100 |
| Binary | 10111010 | 1011111 | 11100111 | 10011 | 111011 | 0 | 1001 | 100011000 | 1001010 | 1000000 |
Color Harmonies of #BA5FE7
Complementary color
Monochromatic Colors of #BA5FE7
Black with #BA5FE7
Text Example
Text Example
White with #BA5FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FE7; }
p { color: rgb(186,95,231); }
H1.HeaderClassName
{
color: #BA5FE7;
}
.AnyTagClassName
{
color: #BA5FE7;
}
</style>
background-color css
<style>
a { background-color: #BA5FE7; }
a { background-color: rgb(186,95,231); }
div.DivClassName
{
background-color: #BA5FE7;
}
.BgClassName
{
background-color: #BA5FE7;
}
</style>
border-color css
<style>
span { border-color: #BA5FE7; }
span { border-color: rgb(186,95,231); }
td.TdClassName
{
border-color: #BA5FE7;
}
.TagClassName
{
border-color: #BA5FE7;
}
</style>