Shades of Medium Orchid #BA50F8
Tints of Medium Orchid #BA50F8
RGB
CMYK
RGB Variations
Color information
#BA50F8 (or 0xBA50F8) is known color: Medium Orchid. HEX triplet: BA, 50 and F8. RGB value is (186,80,248). Sum of RGB (Red+Green+Blue) = 186+80+248=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA50F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50F8 is #45AF07. Grayscale: #828282. Windows color (decimal): -4566792 or 16273594. OLE color: 16273594.
HSL color Cylindrical-coordinate representation of color #BA50F8: hue angle of 277.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA50F8 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 80 | 248 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.03 |
| HSL | 277.86º | 0.92% | 0.64% | - |
| HSV(B) | 277.86º | 0.68% | 0.97% | - |
| XYZ | 40.06 | 22.95 | 91.13 | - |
| YUV | 130.85 | 194.12 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 248 | 0.25 | 0.68 | 0 | 0.03 | 277.86 | 0.92 | 0.64 |
| Hex | BA | 50 | F8 | 19 | 44 | 0 | 3 | 116 | 5C | 40 |
| Octal | 272 | 120 | 370 | 31 | 104 | 0 | 3 | 426 | 134 | 100 |
| Binary | 10111010 | 1010000 | 11111000 | 11001 | 1000100 | 0 | 11 | 100010110 | 1011100 | 1000000 |
Color Harmonies of #BA50F8
Complementary color
Monochromatic Colors of #BA50F8
Black with #BA50F8
Text Example
Text Example
White with #BA50F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50F8; }
p { color: rgb(186,80,248); }
H1.HeaderClassName
{
color: #BA50F8;
}
.AnyTagClassName
{
color: #BA50F8;
}
</style>
background-color css
<style>
a { background-color: #BA50F8; }
a { background-color: rgb(186,80,248); }
div.DivClassName
{
background-color: #BA50F8;
}
.BgClassName
{
background-color: #BA50F8;
}
</style>
border-color css
<style>
span { border-color: #BA50F8; }
span { border-color: rgb(186,80,248); }
td.TdClassName
{
border-color: #BA50F8;
}
.TagClassName
{
border-color: #BA50F8;
}
</style>