Shades of Medium Orchid #BA50FE
Tints of Medium Orchid #BA50FE
RGB
CMYK
RGB Variations
Color information
#BA50FE (or 0xBA50FE) is known color: Medium Orchid. HEX triplet: BA, 50 and FE. RGB value is (186,80,254). Sum of RGB (Red+Green+Blue) = 186+80+254=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50FE is #45AF01. Grayscale: #828282. Windows color (decimal): -4566786 or 16666810. OLE color: 16666810.
HSL color Cylindrical-coordinate representation of color #BA50FE: hue angle of 276.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA50FE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 80 | 254 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.00 |
| HSL | 276.55º | 0.99% | 0.65% | - |
| HSV(B) | 276.55º | 0.69% | 1% | - |
| XYZ | 41.01 | 23.33 | 96.11 | - |
| YUV | 131.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 254 | 0.27 | 0.69 | 0 | 0.00 | 276.55 | 0.99 | 0.65 |
| Hex | BA | 50 | FE | 1B | 45 | 0 | 0 | 115 | 63 | 41 |
| Octal | 272 | 120 | 376 | 33 | 105 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111010 | 1010000 | 11111110 | 11011 | 1000101 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BA50FE
Complementary color
Monochromatic Colors of #BA50FE
Black with #BA50FE
Text Example
Text Example
White with #BA50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50FE; }
p { color: rgb(186,80,254); }
H1.HeaderClassName
{
color: #BA50FE;
}
.AnyTagClassName
{
color: #BA50FE;
}
</style>
background-color css
<style>
a { background-color: #BA50FE; }
a { background-color: rgb(186,80,254); }
div.DivClassName
{
background-color: #BA50FE;
}
.BgClassName
{
background-color: #BA50FE;
}
</style>
border-color css
<style>
span { border-color: #BA50FE; }
span { border-color: rgb(186,80,254); }
td.TdClassName
{
border-color: #BA50FE;
}
.TagClassName
{
border-color: #BA50FE;
}
</style>